You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prometheus: # NOTE: this is set on Prometheus to ensure a service is created for the Prometheus component. This is a workaround and should be managed differently.
| dynamo-operator.dynamo.virtualServiceSupportsHTTPS | bool |`false`| Whether VirtualServices should support HTTPS routing |
87
+
| dynamo-operator.dynamo.metrics.prometheusEndpoint | string |`""`| Endpoint that services can use to retrieve metrics. If set, dynamo operator will automatically inject the PROMETHEUS_ENDPOINT environment variable into services it manages. Users can override the value of the PROMETHEUS_ENDPOINT environment variable by modifying the corresponding deployment's environment variables |
87
88
| grove.enabled | bool |`false`| Whether to enable Grove for multi-node inference coordination, if enabled, the Grove operator will be deployed cluster-wide |
88
89
| kai-scheduler.enabled | bool |`false`| Whether to enable Kai Scheduler for intelligent resource allocation, if enabled, the Kai Scheduler operator will be deployed cluster-wide |
89
90
| etcd.enabled | bool |`true`| Whether to enable etcd deployment, disable if you want to use an external etcd instance |
91
+
| etcd.image.repository | string |`"bitnamilegacy/etcd"`| following bitnami announcement for brownout - https://github.com/bitnami/charts/tree/main/bitnami/etcd#%EF%B8%8F-important-notice-upcoming-changes-to-the-bitnami-catalog, we need to use the legacy repository until we migrate to the new "secure" repository |
90
92
| nats.enabled | bool |`true`| Whether to enable NATS deployment, disable if you want to use an external NATS instance |
Copy file name to clipboardExpand all lines: deploy/cloud/helm/platform/values.yaml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,11 @@ dynamo-operator:
111
111
# -- Whether VirtualServices should support HTTPS routing
112
112
virtualServiceSupportsHTTPS: false
113
113
114
+
# Metrics configuration
115
+
metrics:
116
+
# -- Endpoint that services can use to retrieve metrics. If set, dynamo operator will automatically inject the PROMETHEUS_ENDPOINT environment variable into services it manages. Users can override the value of the PROMETHEUS_ENDPOINT environment variable by modifying the corresponding deployment's environment variables
117
+
prometheusEndpoint: ""
118
+
114
119
115
120
# Grove component - distributed inference orchestration
116
121
grove:
@@ -130,8 +135,7 @@ etcd:
130
135
enabled: true
131
136
132
137
image:
133
-
# -- following bitnami announcement for brownout - https://github.com/bitnami/charts/tree/main/bitnami/etcd#%EF%B8%8F-important-notice-upcoming-changes-to-the-bitnami-catalog
134
-
# -- we need to use the legacy repository until we migrate to the new "secure" repository
138
+
# -- following bitnami announcement for brownout - https://github.com/bitnami/charts/tree/main/bitnami/etcd#%EF%B8%8F-important-notice-upcoming-changes-to-the-bitnami-catalog, we need to use the legacy repository until we migrate to the new "secure" repository
0 commit comments