Update variable name for database host
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
d26cb9aab2
commit
50a5082089
1 changed files with 5 additions and 5 deletions
|
@ -23,15 +23,15 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
- name: DATABASE_SERVICE_NAME
|
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: transtats-secret
|
|
||||||
key: database-host
|
|
||||||
- name: DATABASE_ENGINE
|
- name: DATABASE_ENGINE
|
||||||
value: postgresql
|
value: postgresql
|
||||||
- name: DATABASE_NAME
|
- name: DATABASE_NAME
|
||||||
value: transtats
|
value: transtats
|
||||||
|
- name: POSTGRES_SERVICE_HOST
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: transtats-secret
|
||||||
|
key: database-host
|
||||||
- name: DATABASE_USER
|
- name: DATABASE_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue