Skip to content

Commit 6fede2c

Browse files
committed
Update nginx-slim image version and remove default command
1 parent ddf532e commit 6fede2c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/user-guide/petset.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,10 @@ spec:
3131
terminationGracePeriodSeconds: 0
3232
containers:
3333
- name: nginx
34-
image: gcr.io/google_containers/nginx-slim:0.7
34+
image: gcr.io/google_containers/nginx-slim:0.8
3535
ports:
3636
- containerPort: 80
3737
name: web
38-
command:
39-
- nginx
40-
args:
41-
- -g
42-
- "daemon off;"
4338
volumeMounts:
4439
- name: www
4540
mountPath: /usr/share/nginx/html

docs/user-guide/petset/bootstrapping/petset_peers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ spec:
7171
terminationGracePeriodSeconds: 0
7272
containers:
7373
- name: nginx
74-
image: gcr.io/google_containers/nginx-slim:0.7
74+
image: gcr.io/google_containers/nginx-slim:0.8
7575
ports:
7676
- containerPort: 80
7777
name: web

0 commit comments

Comments
 (0)