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"
|
value: "8080"
|
||||||
- name: HOST
|
- name: HOST
|
||||||
value: "0.0.0.0"
|
value: "0.0.0.0"
|
||||||
- name: PG_PASSWORD
|
- name: DATABASE_URL
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: postgres-cluster-app
|
name: watchparty-db-credentials
|
||||||
key: password
|
key: DATABASE_URL
|
||||||
- name: DATABASE_URL
|
|
||||||
value: postgresql://app:$(PG_PASSWORD)@postgres-cluster-rw.postgres.svc.cluster.local:5432/watchparty
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue