Skip to content

Commit 2c0b74a

Browse files
committed
Update helm docs
1 parent 6481665 commit 2c0b74a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

charts/bifrost-gateway-controller/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)