feat(argo-workflows): Add the ability to use headless service for workflow controller (#2620)

This commit is contained in:
Karl Lyons 2024-04-02 13:26:07 -04:00 committed by GitHub
parent 72f0a50d70
commit c30f1984e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -135,6 +135,8 @@ controller:
servicePort: 8080
# -- Service metrics port name
servicePortName: metrics
# -- Flag to enable headless service
headlessService: false
# -- ServiceMonitor relabel configs to apply to samples before scraping
## Ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
relabelings: []