diff --git a/stable/mlrun/values.yaml b/stable/mlrun/values.yaml index 91c8dea0..ac6c1ada 100644 --- a/stable/mlrun/values.yaml +++ b/stable/mlrun/values.yaml @@ -33,7 +33,7 @@ api: # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local - paths: + paths: - pathType: ImplementationSpecific path: / tls: [ ] @@ -84,7 +84,7 @@ api: # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local - paths: + paths: - pathType: ImplementationSpecific path: / tls: [] @@ -151,23 +151,31 @@ api: # runAsNonRoot: true # runAsUser: 1000 - readinessProbe: + startupProbe: httpGet: path: /api/healthz port: http - initialDelaySeconds: 10 + timeoutSeconds: 10 periodSeconds: 15 - failureThreshold: 4 + failureThreshold: 40 + + readinessProbe: + httpGet: + path: /api/healthz + port: http + timeoutSeconds: 30 + periodSeconds: 45 + failureThreshold: 3 livenessProbe: httpGet: path: /api/healthz port: http - initialDelaySeconds: 1000 + timeoutSeconds: 60 - periodSeconds: 15 - failureThreshold: 4 + periodSeconds: 30 + failureThreshold: 30 volumes: storageOverride: {} @@ -287,7 +295,6 @@ api: stateFileUpdateInterval: "10s" monitoringInterval: "10s" - logLevel: debug advancedLogLevel: 0 logFormat: text @@ -527,7 +534,7 @@ ui: # kubernetes.io/tls-acme: "true" hosts: - host: chart-example.local - paths: + paths: - pathType: ImplementationSpecific path: / tls: []