SIENTIAPDE-1163

Add MongoDB configuration to values.yaml for integration
This commit is contained in:
vitor-aignosi
2025-07-17 12:31:24 -03:00
parent 694ad265c8
commit 515881b404

View File

@@ -170,6 +170,15 @@ env:
- name: TEMPORAL_NAMESPACE
value: "laborious"
- name: MONGODB_USERNAME
value: "root"
- name: MONGODB_PASSWORD
value: "wKZDbMNU1c"
- name: MONGODB_URL
value: "my-release-mongodb.mongodb.svc.cluster.local:27017"
- name: MONGODB_DATABASE
value: "sientia"
ssh:
enabled: true
secretName: git-ssh-key-sientia-laborious-worker