VictoriaMetrics / VictoriaMetrics/operator

BUG REPORT (helm-converter) : section http dedicated to httpListenerAddr is ignored

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

@AndrewChubatiuk is already working on this.

Since Aug 21, 2026.

Dominant language
Go
Stars
589
Forks
229
Avg merge
1d 9h
Merged PRs (30d)
77

Description

Hi all,

Directive http which is used in charts : victoria-logs-cluster, victoria-logs-agent and mybe more is totally ignored by helm-converter

Sample of http directive on my vlaues file used for victoria-logs-agent

http:
  - name: http
    primary: true
    value: ":9429"
  - name: mtls
    value: ":9428"
    mtls: true
    mtlsCAFile: "/etc/tls/vlagent/ca.crt"
    tls: true
    tlsCertFile: "/etc/tls/vlagent/tls.crt"
    tlsKeyFile: "/etc/tls/vlagent/tls.key"

Manifests produced by helm-converter doesn't contains the appropriate extraArgs fo handling this. Here is the results:

extraArgs:
    envflag.enable: "true"
    envflag.prefix: VL_
    license.forceOffline: "true"
    loggerFormat: json
    maxConcurrentInserts: "250"
    remoteWrite.maxDiskUsagePerURL: 200GiB

I think it could be a good solution to implement my FEATURE REQUEST to handle this : https://github.com/VictoriaMetrics/operator/issues/2346

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.