gremlin: auto-fix swarm/authentik.yaml (11 issues fixed)
- Added default restart_policy for "redis" - Added aarch64 exclusion for "redis" - Added arm exclusion for "redis" - Added default restart_policy for "authentik" - Added aarch64 exclusion for "authentik" - Added arm exclusion for "authentik" - Added default restart_policy for "worker" - Added aarch64 exclusion for "worker" - Added arm exclusion for "worker" - Added diun.enable: "true" to "redis" - Added diun.enable: "true" to "worker"
This commit is contained in:
parent
28cca05634
commit
1e8b7cd806
1 changed files with 23 additions and 0 deletions
|
|
@ -54,10 +54,18 @@ services:
|
|||
networks:
|
||||
- authentik
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
window: 120s
|
||||
placement:
|
||||
constraints:
|
||||
- node.platform.arch != arm
|
||||
- node.platform.arch != aarch64
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
diun.enable: "true"
|
||||
gremlin.uid.exempt: "true"
|
||||
gremlin.uid.reason: "Redis manages its own internal users"
|
||||
gremlin.caddy.skip: "true"
|
||||
|
|
@ -87,8 +95,15 @@ services:
|
|||
- "9080:9000"
|
||||
- "9443:9443"
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
window: 120s
|
||||
placement:
|
||||
constraints:
|
||||
- node.platform.arch != arm
|
||||
- node.platform.arch != aarch64
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
caddy: auth.netgrimoire.com
|
||||
|
|
@ -131,10 +146,18 @@ services:
|
|||
networks:
|
||||
- authentik
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
window: 120s
|
||||
placement:
|
||||
constraints:
|
||||
- node.platform.arch != arm
|
||||
- node.platform.arch != aarch64
|
||||
- node.hostname == znas
|
||||
labels:
|
||||
diun.enable: "true"
|
||||
gremlin.uid.exempt: "true"
|
||||
gremlin.uid.reason: "Authentik worker runs as 1964:1964 via user: directive"
|
||||
gremlin.caddy.skip: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue