mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-08-27 06:17:17 +00:00
Updated typo to enable(d)
This commit is contained in:
@@ -91,7 +91,7 @@ their default values.
|
||||
| `ingress.path` | Ingress service path | `/` |
|
||||
| `ingress.hosts` | Ingress hostnames | `[]` |
|
||||
| `ingress.tls` | Ingress TLS configuration (YAML) | `[]` |
|
||||
| `metrics.enable` | Enable metrics on Service | `false` |
|
||||
| `metrics.enabled` | Enable metrics on Service | `false` |
|
||||
| `metrics.port` | TCP port on which the service metrics is exposed | `5001` |
|
||||
| `metrics.serviceMonitor.annotations` | Prometheus Operator ServiceMonitor annotations | `{}` |
|
||||
| `metrics.serviceMonitor.enable` | If true, Prometheus Operator ServiceMonitor will be created | `false` |
|
||||
|
||||
+1
-1
@@ -111,7 +111,7 @@ proxy:
|
||||
secretRef: ""
|
||||
|
||||
metrics:
|
||||
enable: false
|
||||
enabled: false
|
||||
port: 5001
|
||||
# Create a prometheus-operator servicemonitor
|
||||
serviceMonitor:
|
||||
|
||||
Reference in New Issue
Block a user