From 817975b83869e5439ea36635ba87ca6cba9a1234 Mon Sep 17 00:00:00 2001 From: iverly Date: Thu, 18 Apr 2024 16:34:51 +0200 Subject: [PATCH] feat(app): make hello world gin mode to release Signed-off-by: iverly --- apps/hello-world/manifests/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/hello-world/manifests/deployment.yaml b/apps/hello-world/manifests/deployment.yaml index adfed40..5115d52 100644 --- a/apps/hello-world/manifests/deployment.yaml +++ b/apps/hello-world/manifests/deployment.yaml @@ -21,6 +21,9 @@ spec: - name: hello-world image: ghcr.io/do4-2022/openstack-k0s-apko/hello-world:ee5ffa6 imagePullPolicy: IfNotPresent + env: + - name: GIN_MODE + value: "release" ports: - name: http containerPort: 8080