fix uri
This commit is contained in:
@@ -113,11 +113,18 @@ komodo:
|
|||||||
tag: 2.5.0
|
tag: 2.5.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: FERRETDB_POSTGRESQL_URL
|
- name: DB_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: komodo-postgresql-17-fdb-cluster-superuser
|
name: komodo-postgresql-17-cluster-app
|
||||||
key: uri
|
key: password
|
||||||
|
- name: DB_HOST
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: komodo-postgresql-17-cluster-app
|
||||||
|
key: host
|
||||||
|
- name: FERRETDB_POSTGRESQL_URL
|
||||||
|
value: postgresql://postgres:$(DB_PASSWORD)@$(DB_HOST).komodo:5432/postgres
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
Reference in New Issue
Block a user