gremlin: auto-fix swarm/authentik.yaml (1 issue fixed)
- Added diun.enable: "true" to "postgresql"
This commit is contained in:
parent
716ad8c0dc
commit
6bfd079d80
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ services:
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/library/postgres:16-alpine
|
image: docker.io/library/postgres:16-alpine
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
test: ["CMD-SHELL", "pg_isready -d ${POSTGRES_DB} -U ${POSTGRES_USER}"]
|
||||||
start_period: 20s
|
start_period: 20s
|
||||||
interval: 30s
|
interval: 30s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
@ -28,6 +28,7 @@ services:
|
||||||
- node.platform.arch != aarch64
|
- node.platform.arch != aarch64
|
||||||
- node.hostname == znas
|
- node.hostname == znas
|
||||||
labels:
|
labels:
|
||||||
|
diun.enable: "true"
|
||||||
gremlin.version: "2026-04-1"
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue