Use file as source of truth
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user