Merge pull request #1306 from tscolari/patch-1

Fix kubeconfig example for nginx deployment
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-09-07 09:28:31 -07:00 committed by GitHub
commit bf5e8f4b95

View file

@ -193,6 +193,9 @@ spec:
containers: containers:
- name: default-http-backend - name: default-http-backend
image: gcr.io/google_containers/defaultbackend:1.0 image: gcr.io/google_containers/defaultbackend:1.0
volumeMounts:
- mountPath: /etc/kubernetes
name: kubeconfig
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz