We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d051ce commit 0e5f2deCopy full SHA for 0e5f2de
examples/fpm-nginx-dhi-k8s/wsc-web.yaml
@@ -198,7 +198,8 @@ spec:
198
- name: helper
199
image: dhi.io/alpine-base:3.23 # or: docker.io/tobi312/php:dhi-helper-alpine
200
imagePullPolicy: Always
201
- args: [ "tail", "-f", "/dev/null" ]
+ #args: [ "tail", "-f", "/dev/null" ]
202
+ args: ["/bin/sh", "-c", "trap exit TERM INT; sleep infinity"]
203
resources:
204
requests:
205
memory: "64Mi"
0 commit comments