chore: Update manifests after change

This commit is contained in:
2026-02-06 04:56:51 +00:00
parent fe9ee620e9
commit 87c8f76b45
3 changed files with 15 additions and 4 deletions

View File

@@ -35,11 +35,15 @@ spec:
dnsPolicy: ClusterFirst
containers:
- env:
- name: FERRETDB_POSTGRESQL_URL
- name: DB_USERNAME
value: ferret
- name: DB_PASSWORD
valueFrom:
secretKeyRef:
key: uri
key: password
name: komodo-postgresql-17-fdb-cluster-ferret
- name: FERRETDB_POSTGRESQL_URL
value: postgresql://$(DB_USERNAME):$(DB_PASSWORD)@komodo-postgresql-17-fdb-cluster-rw.komodo.svc.cluster.local:5432/ferretDB
image: ghcr.io/ferretdb/ferretdb:2.7.0
imagePullPolicy: IfNotPresent
name: main

View File

@@ -11,7 +11,7 @@ metadata:
namespace: komodo
spec:
revisionHistoryLimit: 3
replicas: 0
replicas: 1
strategy:
type: Recreate
selector:
@@ -81,7 +81,7 @@ spec:
valueFrom:
secretKeyRef:
key: password
name: komodo-postgresql-17-fdb-cluster-app
name: komodo-postgresql-17-fdb-cluster-ferret
- name: KOMODO_DATABASE_URI
value: mongodb://$(DB_USERNAME):$(DB_PASSWORD)@komodo-ferretdb-2.komodo:27017/komodo
- name: KOMODO_OIDC_ENABLED

View File

@@ -19,3 +19,10 @@ spec:
key: /cl01tl/komodo/ferret
metadataPolicy: None
property: uri
- secretKey: password
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/komodo/ferret
metadataPolicy: None
property: password