From 35dcc5d66c235a985bc7440f8887afb5b8071703 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 14 Jan 2026 23:47:23 -0300 Subject: [PATCH] health: run nginx directly --- services/health/wger-deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) 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;