VictoriaMetrics / VictoriaMetrics/operator

FEATURE REQUEST: using same mechanism for ListenAddress declaration than in Helm

Open
#2,346 2 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.