From e9facf1193ceda1c8f11dc8a7b5086453193a45c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 14 Nov 2025 11:23:23 -0500 Subject: [PATCH] --- authentik/stack.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/authentik/stack.yml b/authentik/stack.yml index 91aa0ec..b09df7c 100644 --- a/authentik/stack.yml +++ b/authentik/stack.yml @@ -16,7 +16,7 @@ services: replicas: 1 placement: constraints: - - node.labels.task == compute + - node.labels.task == compute resources: limits: memory: 512M @@ -55,7 +55,7 @@ services: replicas: 1 placement: constraints: - - node.labels.task == control + - node.labels.task == control resources: limits: memory: 1G @@ -65,7 +65,6 @@ services: labels: - "traefik.enable=true" - "traefik.swarm.network=frostlabs" - # Public-facing domain with Let's Encrypt certificate - "traefik.http.routers.authentik.rule=Host(`auth.frostlabs.me`)" - "traefik.http.routers.authentik.entrypoints=websecure" - "traefik.http.routers.authentik.tls=true" @@ -101,7 +100,7 @@ services: replicas: 1 placement: constraints: - - node.labels.task == compute + - node.labels.task == compute resources: limits: memory: 1G