feat(argo-rollouts): Add service monitor (#474)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
parent
fbec017cfb
commit
1f67a85a58
4 changed files with 36 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ $ helm install --name my-release argo/argo-rollouts
|
|||
| controller.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||
| controller.affinity | [Assign custom affinity rules to the deployment](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/) | `{}` |
|
||||
| controller.nodeSelector | [Node selector](https://kubernetes.io/docs/user-guide/node-selection/) | `{}` |
|
||||
| controller.metrics.serviceMonitor.enabled | bool | `false` | |
|
||||
| imagePullSecrets | list | `[]` | |
|
||||
| installCRDs | bool | `true` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue