fixup! ♻️ migration externalsecrets

This commit is contained in:
auricom
2023-07-12 19:22:13 +02:00
parent ffd2a98e97
commit 27171b64c4
10 changed files with 59 additions and 83 deletions

View File

@@ -27,6 +27,10 @@ spec:
uninstall:
keepHistory: false
values:
controller:
strategy: RollingUpdate
annotations:
reloader.stakater.com/auto: "true"
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
@@ -34,15 +38,12 @@ spec:
envFrom: &envFrom
- secretRef:
name: ghostfolio-secret
controller:
annotations:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/ghostfolio/ghostfolio
tag: 1.287.0
env:
NODE_ENV: production
REDIS_HOST: redis.default.svc.cluster.local
REDIS_HOST: redis-headless.default.svc.cluster.local
REDIS_PORT: 6379
envFrom: *envFrom
service: