Files
virtual-kubelet/examples/nginx-pod.yaml
Robbie Zhang ff0a17f1c5 Update nginx-pod.yaml
Remove the resource request, and let the VK to give a default value.
2018-04-24 09:26:24 -07:00

21 lines
381 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- image: nginx
imagePullPolicy: Always
name: nginx
ports:
- containerPort: 80
name: http
protocol: TCP
- containerPort: 443
name: https
dnsPolicy: ClusterFirst
nodeName: virtual-kubelet-myaciconnector-linux
tolerations:
- key: azure.com/aci
effect: NoSchedule