summaryrefslogtreecommitdiff
path: root/roles/apps/whawty
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-20 23:36:22 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-20 23:36:22 +0100
commit6eb0d4b80be0db7951560e392bee9d5d1b156040 (patch)
tree37d56400f0a79edb5ba61093a8b67125bc063591 /roles/apps/whawty
parentfix storage/zfs/base role (diff)
finalize apps/node-red
Diffstat (limited to 'roles/apps/whawty')
-rw-r--r--roles/apps/whawty/auth/instance/templates/pod-spec.yml.j24
1 files changed, 0 insertions, 4 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 50f8e0c2..3677d84b 100644
--- a/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2
+++ b/roles/apps/whawty/auth/instance/templates/pod-spec.yml.j2
@@ -22,10 +22,6 @@ containers:
readOnly: true
- name: store
mountPath: /store
- env:
-{# TODO: remove debug output #}
- - name: WHAWTY_AUTH_DEBUG
- value: "1"
ports:
- containerPort: {{ whawty_auth_instances[whawty_auth_instance].port }}
hostPort: {{ whawty_auth_instances[whawty_auth_instance].port }}