Add a way to specify additional arguments to metrics-server using declarative configuration

This commit is contained in:
George Baird
2019-08-19 17:41:56 -04:00
parent 1ef11f16fc
commit eec75217db
3 changed files with 8 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ The following tables lists the configurable parameters of the Metrics Server cha
| `nameOverride` | String to partially override metrics-server.fullname template with a string (will prepend the release name) | `nil` |
| `fullnameOverride` | String to fully override metrics-server.fullname template with a string | `nil` |
| `securePort` | Port where metrics-server will be running | `8443` |
| `extraArgumentss` | Extra arguments to pass to metrics-server on start up | [] |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Kubernetes Service port | `443` |
| `service.annotations` | Annotations for the Service | {} |