fix services
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m2s

This commit is contained in:
2025-10-03 15:55:40 -05:00
parent e4b37fe4ca
commit c65ab0f125
2 changed files with 3 additions and 3 deletions

View File

@@ -23,6 +23,6 @@ spec:
backendRefs:
- group: ''
kind: Service
name: komodo
name: komodo-main
port: 80
weight: 100

View File

@@ -154,7 +154,7 @@ komodo:
name: komodo-postgresql-17-cluster-app
key: password
- name: KOMODO_DATABASE_URI
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@komodo.komodo:27017/komodo?authMechanism=PLAIN
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@komodo-main.komodo:27017/komodo?authMechanism=PLAIN
- name: KOMODO_DATABASE_DB_NAME
value: komodo
- name: TARGETDB_PASSWORD
@@ -168,7 +168,7 @@ komodo:
name: komodo-postgresql-17-fdb-cluster-superuser
key: host
- name: KOMODO_CLI_DATABASE_TARGET_URI
value: mongodb://postgres:${TARGETDB_PASSWORD}@ferretdb.komodo:27017
value: mongodb://postgres:${TARGETDB_PASSWORD}@komodo-ferretdb.komodo:27017
- name: KOMODO_CLI_DATABASE_TARGET_DB_NAME
value: komodo
service: