gremlin: auto-fix swarm/authentik.yaml (5 issues fixed)
- Added default restart_policy for "postgresql" - Added aarch64 exclusion for "postgresql" - Added arm exclusion for "postgresql" - Stamped gremlin.version: 2026-04-1 - Added diun.enable: "true" to "postgresql"
This commit is contained in:
parent
d16493e556
commit
855a24a850
1 changed files with 9 additions and 0 deletions
|
|
@ -17,10 +17,18 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- authentik
|
- authentik
|
||||||
deploy:
|
deploy:
|
||||||
|
restart_policy:
|
||||||
|
condition: any
|
||||||
|
delay: 5s
|
||||||
|
max_attempts: 3
|
||||||
|
window: 120s
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
- node.platform.arch != arm
|
||||||
|
- node.platform.arch != aarch64
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
labels:
|
labels:
|
||||||
|
gremlin.version: "2026-04-1"
|
||||||
gremlin.uid.exempt: "true"
|
gremlin.uid.exempt: "true"
|
||||||
gremlin.uid.reason: "Postgres manages its own internal users"
|
gremlin.uid.reason: "Postgres manages its own internal users"
|
||||||
gremlin.caddy.skip: "true"
|
gremlin.caddy.skip: "true"
|
||||||
|
|
@ -92,6 +100,7 @@ services:
|
||||||
homepage.icon: authentik.png
|
homepage.icon: authentik.png
|
||||||
homepage.href: https://auth.netgrimoire.com
|
homepage.href: https://auth.netgrimoire.com
|
||||||
homepage.description: Account Manager
|
homepage.description: Account Manager
|
||||||
|
diun.enable: "true"
|
||||||
|
|
||||||
monitor.name: Authentik
|
monitor.name: Authentik
|
||||||
monitor.url: https://auth.netgrimoire.com
|
monitor.url: https://auth.netgrimoire.com
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue