refactor(charts): BREAKING CHANGE (#2836)

* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
This commit is contained in:
Kjeld Schouten-Lebbing
2022-06-07 19:41:19 +02:00
committed by GitHub
parent e4911cf0b1
commit 5529c2a3af
1546 changed files with 10467 additions and 3650 deletions
+16 -18
View File
@@ -19,6 +19,22 @@ env:
DB_POSTGRESDB_PORT: 5432
QUEUE_BULL_REDIS_PORT: 6379
N8N_USER_FOLDER: "/data"
DB_POSTGRESDB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_POSTGRESDB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
QUEUE_BULL_REDIS_HOST:
secretKeyRef:
name: rediscreds
key: plainhost
QUEUE_BULL_REDIS_PASSWORD:
secretKeyRef:
name: rediscreds
key: redis-password
probes:
liveness:
@@ -90,24 +106,6 @@ envFrom:
- configMapRef:
name: n8n-config
envValueFrom:
DB_POSTGRESDB_HOST:
secretKeyRef:
name: dbcreds
key: plainhost
DB_POSTGRESDB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
QUEUE_BULL_REDIS_HOST:
secretKeyRef:
name: rediscreds
key: plainhost
QUEUE_BULL_REDIS_PASSWORD:
secretKeyRef:
name: rediscreds
key: redis-password
service:
main:
ports: