updated DB credentials order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user