We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3443a6a commit 6cc1038Copy full SHA for 6cc1038
codefresh/.ci/values/defaults-hpa.yaml
@@ -75,3 +75,7 @@ argo-platform:
75
promotion-orchestrator:
76
hpa:
77
enabled: true
78
+
79
+mongodb:
80
+ migration:
81
+ enabled: true
codefresh/values.yaml
@@ -1102,7 +1102,7 @@ mongodb:
1102
cpu: 200m
1103
memory: 256Mi
1104
migration:
1105
- enabled: true
+ enabled: false
1106
featureCompatibilityVersion: "6.0"
1107
1108
# -- nats
0 commit comments