From e94ea272ce368ec61631d66b69168a079e97c83f Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 14 Jan 2026 23:35:07 -0300 Subject: [PATCH] health: fix nginx pid path --- services/health/wger-deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/health/wger-deployment.yaml b/services/health/wger-deployment.yaml index f372344..62a491e 100644 --- a/services/health/wger-deployment.yaml +++ b/services/health/wger-deployment.yaml @@ -188,6 +188,9 @@ spec: - name: nginx image: nginx:1.27.5-alpine@sha256:65645c7bb6a0661892a8b03b89d0743208a18dd2f3f17a54ef4b76fb8e2f2a10 imagePullPolicy: IfNotPresent + args: + - -g + - daemon off; pid /tmp/nginx.pid; ports: - name: http containerPort: 8080