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
|
|
@ -24,6 +24,12 @@ controller:
|
|||
# cpu: 50m
|
||||
# memory: 64Mi
|
||||
|
||||
metrics:
|
||||
serviceMonitor:
|
||||
enabled: false
|
||||
additionalLabels: {}
|
||||
additionalAnnotations: {}
|
||||
|
||||
|
||||
serviceAccount:
|
||||
name: argo-rollouts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue