Update the nginx image from hub.docker.com

This commit is contained in:
Manjunath A Kumatagi
2018-07-11 11:20:23 +05:30
parent 4cd27c3644
commit 1f7f33aaa4
26 changed files with 55 additions and 46 deletions

View File

@@ -14,6 +14,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimNewImage}}
image: {{.NginxNewImage}}
ports:
- containerPort: 80

View File

@@ -13,6 +13,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimNewImage}}
image: {{.NginxNewImage}}
ports:
- containerPort: 80

View File

@@ -13,6 +13,6 @@ spec:
spec:
containers:
- name: nginx
image: {{.NginxSlimImage}}
image: {{.NginxImage}}
ports:
- containerPort: 80

View File

@@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: nginx
image: {{.NginxSlimImage}}
image: {{.NginxImage}}
ports:
- containerPort: 80
readinessProbe: