This commit is contained in:
2025-06-02 01:43:41 +02:00
parent a4ebfa259c
commit 4946ee57c1

View File

@@ -24,7 +24,7 @@ spec:
- name: DATABASE_URL - name: DATABASE_URL
value: >- value: >-
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE) postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
- name: SERVER_PORT - name: AFFINE_SERVER_PORT
value: "3010" value: "3010"
envFrom: envFrom:
- secretRef: - secretRef:
@@ -77,7 +77,7 @@ spec:
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE) postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
- name: AFFINE_SERVER_EXTERNAL_URL - name: AFFINE_SERVER_EXTERNAL_URL
value: "https://affine.prod.panic.haus" value: "https://affine.prod.panic.haus"
- name: SERVER_PORT - name: AFFINE_SERVER_PORT
value: "3010" value: "3010"
envFrom: envFrom:
- secretRef: - secretRef: