fix port
This commit is contained in:
@@ -24,7 +24,7 @@ spec:
|
||||
- name: DATABASE_URL
|
||||
value: >-
|
||||
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
||||
- name: SERVER_PORT
|
||||
- name: AFFINE_SERVER_PORT
|
||||
value: "3010"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
@@ -77,7 +77,7 @@ spec:
|
||||
postgresql://$(DB_USERNAME):$(DB_PASSWORD)@postgres-base-rw.postgres.svc.cluster.local:5432/$(DB_DATABASE)
|
||||
- name: AFFINE_SERVER_EXTERNAL_URL
|
||||
value: "https://affine.prod.panic.haus"
|
||||
- name: SERVER_PORT
|
||||
- name: AFFINE_SERVER_PORT
|
||||
value: "3010"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
Reference in New Issue
Block a user