diff --git a/values.yaml b/values.yaml index bb88584..59fa408 100644 --- a/values.yaml +++ b/values.yaml @@ -211,10 +211,10 @@ global: # Each runtime inherits settings from `global` (resources, env, probes, autoscaling) # unless overridden here. runtimes: - - name: "basic" + basic: # Replicas for this runtime. Replaces the old replicaCount. replicas: 1 - - name: "xgboost" + xgboost: replicas: 1 # -----------------------------------------------------------------------------