Skip to content

Commit 0e5f2de

Browse files
committed
examples
1 parent 2d051ce commit 0e5f2de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/fpm-nginx-dhi-k8s/wsc-web.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ spec:
198198
- name: helper
199199
image: dhi.io/alpine-base:3.23 # or: docker.io/tobi312/php:dhi-helper-alpine
200200
imagePullPolicy: Always
201-
args: [ "tail", "-f", "/dev/null" ]
201+
#args: [ "tail", "-f", "/dev/null" ]
202+
args: ["/bin/sh", "-c", "trap exit TERM INT; sleep infinity"]
202203
resources:
203204
requests:
204205
memory: "64Mi"

0 commit comments

Comments
 (0)