Use file as source of truth

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-06-07 12:57:10 +01:00
parent ed958a8ed0
commit aa3275e4dc
32 changed files with 424 additions and 1233 deletions

View File

@@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: glyph
image: registry.karaolidis.com/karaolidis/glyph:latest
picture: registry.karaolidis.com/karaolidis/glyph:latest
volumeMounts:
- name: glyph-config
mountPath: /etc/glyph
@@ -21,7 +21,7 @@ spec:
]
- name: postgresql
image: docker.io/library/postgres:latest
picture: docker.io/library/postgres:latest
env:
- name: POSTGRES_DB
value: glyph
@@ -34,10 +34,10 @@ spec:
hostPort: 5432
- name: redis
image: docker.io/library/redis:latest
picture: docker.io/library/redis:latest
- name: authelia
image: docker.io/authelia/authelia:latest
picture: docker.io/authelia/authelia:latest
volumeMounts:
- name: authelia-config
mountPath: /etc/authelia
@@ -53,7 +53,7 @@ spec:
]
- name: traefik
image: docker.io/library/traefik:latest
picture: docker.io/library/traefik:latest
args:
- "--providers.file.directory=/etc/traefik/dynamic"
- "--providers.file.watch=true"