refactor: update runtime configuration in values.yaml
- Changed the structure of the `runtimes` section in `values.yaml` to use a key-value format for better clarity and organization, replacing the previous list format. - Updated the names of the runtimes to be keys, improving readability and maintainability of the configuration.
This commit is contained in:
@@ -211,10 +211,10 @@ global:
|
|||||||
# Each runtime inherits settings from `global` (resources, env, probes, autoscaling)
|
# Each runtime inherits settings from `global` (resources, env, probes, autoscaling)
|
||||||
# unless overridden here.
|
# unless overridden here.
|
||||||
runtimes:
|
runtimes:
|
||||||
- name: "basic"
|
basic:
|
||||||
# Replicas for this runtime. Replaces the old replicaCount.
|
# Replicas for this runtime. Replaces the old replicaCount.
|
||||||
replicas: 1
|
replicas: 1
|
||||||
- name: "xgboost"
|
xgboost:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user