feat(argo-rollouts): Add configurable annotation to the metrics service (#421)
Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
parent
85b1b83ad0
commit
f1a6fcc8af
3 changed files with 11 additions and 3 deletions
|
|
@ -28,11 +28,15 @@ controller:
|
|||
serviceAccount:
|
||||
name: argo-rollouts
|
||||
|
||||
## Annotations to be added to the Redis server pods
|
||||
## Annotations to be added to the Rollout pods
|
||||
##
|
||||
podAnnotations: {}
|
||||
|
||||
## Labels to be added to the Redis server pods
|
||||
## Annotations to be added to the Rollout service
|
||||
##
|
||||
serviceAnnotations: {}
|
||||
|
||||
## Labels to be added to the Rollout pods
|
||||
##
|
||||
podLabels: {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue