VictoriaMetrics / VictoriaMetrics/operator
FEATURE REQUEST: using same mechanism for ListenAddress declaration than in Helm
Open
@AndrewChubatiuk is already working on this.
Since Jul 8, 2026.
enhancement
- Dominant language
- Go
- Stars
- 589
- Forks
- 229
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 77
Description
Hi all,
I want to have the same way used in helm-charts with the http section inside vlselect/vlinsert/vlstorage instead of using extraArgs for httpListenAddr like this (sample for vlselect parts):
http:
- name: "http"
primary: true
value: ":9471"
- name: "mtls"
value: ":9409"
tls: true
tlsCertFile: "/etc/tls/vlselect/tls.crt"
tlsKeyFile: "/etc/tls/vlselect/tls.key"
mtls: true
mtlsCAFile: /etc/tls/vlselect/ca.crt
EDIT : maybe it could be useful to use this way for all Victoria's components like in helm charts for victoria-metrics-, victoria-logs- and others
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.