updated DB credentials order

This commit is contained in:
2026-01-08 16:16:07 +01:00
parent cbd954d656
commit 4a2f2b361d
+5 -4
View File
@@ -236,10 +236,6 @@ spec:
value: "https://booking.dooplex.hu/api/v2"
# Database - using shared PostgreSQL
- name: DATABASE_URL
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom"
- name: DATABASE_DIRECT_URL
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom"
- name: DB_USER
valueFrom:
secretKeyRef:
@@ -250,6 +246,11 @@ spec:
secretKeyRef:
name: calcom-db
key: password
- name: DATABASE_URL
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom"
- name: DATABASE_DIRECT_URL
value: "postgresql://$(DB_USER):$(DB_PASS)@postgresql-rw.database-system.svc.cluster.local:5432/calcom"
# Redis
- name: REDIS_URL