Skip to content

Commit 5cf9217

Browse files
Junyi-99Junyi Houclaude
authored
fix: set mongo.in_cluster to true for dev and stg (#144)
Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e779373 commit 5cf9217

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cloudflareNodeSelector:
66
kubernetes.io/hostname: nuc
77

88
mongo:
9-
in_cluster: false
9+
in_cluster: true

hack/values-stg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cloudflareNodeSelector:
66
kubernetes.io/hostname: nuc
77

88
mongo:
9-
in_cluster: false
9+
in_cluster: true

0 commit comments

Comments
 (0)