Update nginx-slim image version and remove default command

pull/827/head
Manuel de Brito Fontes 2016-07-12 15:03:47 -04:00
parent ddf532e786
commit 6fede2cf0f
2 changed files with 2 additions and 7 deletions

View File

@ -31,15 +31,10 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.7
image: gcr.io/google_containers/nginx-slim:0.8
ports:
- containerPort: 80
name: web
command:
- nginx
args:
- -g
- "daemon off;"
volumeMounts:
- name: www
mountPath: /usr/share/nginx/html

View File

@ -71,7 +71,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.7
image: gcr.io/google_containers/nginx-slim:0.8
ports:
- containerPort: 80
name: web