File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
charts/bifrost-gateway-controller Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,9 @@ Gateway API driven management of network infrastructure across Kubernetes and cl
3131| controllerManager.manager.resources.requests.memory | string | ` "64Mi" ` | |
3232| controllerManager.podAnnotations | object | ` {} ` | |
3333| controllerManager.replicas | int | ` 1 ` | |
34- | metricsService.ports[ 0] .name | string | ` "http" ` | |
35- | metricsService.ports[ 0] .port | int | ` 8080 ` | |
36- | metricsService.ports[ 0] .protocol | string | ` "TCP" ` | |
37- | metricsService.type | string | ` "ClusterIP" ` | |
34+ | prometheus | object | ` {"monitor":{"enabled":false},"service":{"port":8080,"type":"ClusterIP"}} ` | Prometheus metrics |
35+ | prometheus.monitor | object | ` {"enabled":false} ` | Prometheus-operator ServiceMonitor metrics endpoint specification |
36+ | prometheus.service | object | ` {"port":8080,"type":"ClusterIP"} ` | Metrics service specification |
3837| serviceAccount.annotations | object | ` {} ` | |
3938| serviceAccount.create | bool | ` true ` | |
4039
You can’t perform that action at this time.
0 commit comments