From ff99af611ce2d5ad8a49482793cc0641c5487b12 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Sun, 26 Oct 2025 19:25:14 -0500 Subject: [PATCH] set ontime hostname --- stage-maker/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage-maker/deployment.yaml b/stage-maker/deployment.yaml index 933ac63..4421f03 100644 --- a/stage-maker/deployment.yaml +++ b/stage-maker/deployment.yaml @@ -19,6 +19,9 @@ spec: containers: - name: stage-maker image: git.jwetzell.com/jwetzell/stage-maker:v0.0.11 + env: + - name: ONTIME_HOSTNAME + value: "ontime.jwetzell.com" resources: limits: memory: "1024Mi"