summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-21 16:34:35 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-21 16:34:35 +0100
commit62c7f0f3660e24c6a07013f9f34e84c7335a1c04 (patch)
treedf6e749a0a1900e7a59be636591a1e972c318222 /roles
parentfinalize apps/node-red (diff)
ch-apps: add node-red.chaos-at-home.org and passwd.chaos-at-home.org
Diffstat (limited to 'roles')
-rw-r--r--roles/apps/whawty/auth/instance/templates/pod-spec.yml.j25
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2 b/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2
index 3677d84b..99c6e733 100644
--- a/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2
+++ b/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2
@@ -6,13 +6,14 @@ containers:
- name: app
image: "ghcr.io/whawty/auth/app:v{{ whawty_auth_instances[whawty_auth_instance].version }}"
args:
- - "--store"
- - "/config/store.yml"
- "run"
- "--web-addr"
- ":{{ whawty_auth_instances[whawty_auth_instance].port }}"
- "--web-config"
- "/config/web.yml"
+ env:
+ - name: "WHAWTY_AUTH_STORE_CONFIG"
+ value: "/config/store.yml"
volumeMounts:
- name: config
mountPath: /config