feat(argo-workflows): Add the ability to use headless service for workflow controller (#2620)
This commit is contained in:
parent
72f0a50d70
commit
c30f1984e4
4 changed files with 8 additions and 2 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue