diff --git a/services/health/wger-deployment.yaml b/services/health/wger-deployment.yaml index 62a491e..c2d3de5 100644 --- a/services/health/wger-deployment.yaml +++ b/services/health/wger-deployment.yaml @@ -188,6 +188,8 @@ spec: - name: nginx image: nginx:1.27.5-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10 imagePullPolicy: IfNotPresent + command: + - nginx args: - -g - daemon off; pid /tmp/nginx.pid;