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