Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main-branch #195

Merged
merged 11 commits into from
Oct 15, 2024
2 changes: 1 addition & 1 deletion charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ controlPlane:
readinessPeriodSeconds: 100
readinessTimeoutSeconds: 60
cnvrgScheduler:
enabled: true
enabled: false
requests:
cpu: 200m
memory: 1000Mi
Expand Down
2 changes: 1 addition & 1 deletion hack/scripts/paramsgen.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ let params = {
"redis": {
"enabled": true,
"serviceAccount": "redis",
"image": "cnvrg-redis:v3.0.5.c2",
"image": "cnvrg-redis:v7.0.0",
"svcName": "redis",
"port": 6379,
"storageSize": "10Gi",
Expand Down
Loading