diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index 5ff4636..9cc74c4 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -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