From 82149f4e65891da32de573436bcffcebc95cb2fa Mon Sep 17 00:00:00 2001 From: jwetzell Date: Tue, 28 Oct 2025 18:34:29 +0000 Subject: [PATCH] update stage-maker to v0.0.19 and add jwt config --- apps/stage-maker/deployment.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/stage-maker/deployment.yaml b/apps/stage-maker/deployment.yaml index fe44ece..08850fc 100644 --- a/apps/stage-maker/deployment.yaml +++ b/apps/stage-maker/deployment.yaml @@ -23,7 +23,7 @@ spec: server: 10.0.0.17 containers: - name: stage-maker - image: git.jwetzell.com/jwetzell/stage-maker:v0.0.18 + image: git.jwetzell.com/jwetzell/stage-maker:v0.0.19 env: - name: ONTIME_HOSTNAME value: "ontime.jwetzell.com" @@ -33,6 +33,11 @@ spec: value: "/volume1/docker/ontime-k8s" - name: STORAGE_BASE_PATH value: "/data" + - name: JWT_SECRET + valueFrom: + secretKeyRef: + name: stage-maker-config # The name of the Kubernetes Secret + key: jwt_secret # The key within the Secret to use resources: limits: memory: "1024Mi"