fix uri
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-03 00:50:27 -05:00
parent eebdacbb84
commit 069f71f148

View File

@@ -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