add watchparty DB
This commit is contained in:
parent
6974602492
commit
45782dd711
1 changed files with 3 additions and 5 deletions
|
|
@ -24,13 +24,11 @@ spec:
|
|||
value: "8080"
|
||||
- name: HOST
|
||||
value: "0.0.0.0"
|
||||
- name: PG_PASSWORD
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: postgres-cluster-app
|
||||
key: password
|
||||
- name: DATABASE_URL
|
||||
value: postgresql://app:$(PG_PASSWORD)@postgres-cluster-rw.postgres.svc.cluster.local:5432/watchparty
|
||||
name: watchparty-db-credentials
|
||||
key: DATABASE_URL
|
||||
resources:
|
||||
requests:
|
||||
memory: 256Mi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue