fix uri
This commit is contained in:
@@ -113,11 +113,18 @@ komodo:
|
||||
tag: 2.5.0
|
||||
pullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: FERRETDB_POSTGRESQL_URL
|
||||
- name: DB_PASSWORD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: komodo-postgresql-17-fdb-cluster-superuser
|
||||
key: uri
|
||||
name: komodo-postgresql-17-cluster-app
|
||||
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:
|
||||
requests:
|
||||
cpu: 10m
|
||||
|
Reference in New Issue
Block a user