Skip to content

fix(influxdb3-ent): set container status probes to 'HTTPS' if 'securi…#765

Merged
bednar merged 2 commits intoinfluxdata:masterfrom
brophyja:ss-https-probes
Feb 9, 2026
Merged

fix(influxdb3-ent): set container status probes to 'HTTPS' if 'securi…#765
bednar merged 2 commits intoinfluxdata:masterfrom
brophyja:ss-https-probes

Conversation

@brophyja
Copy link
Contributor

@brophyja brophyja commented Feb 4, 2026

Fixes: #764

  • Rebased/mergable
  • Tests pass
  • Sign CLA

Summary

Updates InfluxDB 3 Enterprise Helm chart to set containers' status probes use HTTPS (e.g. spec.template.spec.containers[].startupProbe.httpGet.scheme) when the chart's configuration enables TLS (security.tls.enabled: true).

Testing

The changes in this pull request were successfully deployed against a Kubernetes cluster using a values.yaml with the following configuration:

security:
  tls:
    enabled: true
    existingSecret: tls-cert

Copy link
Contributor

@alespour alespour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice contribution, thank you.

@bednar bednar merged commit 63145c6 into influxdata:master Feb 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InfluxDB 3 Enterprise Helm Chart: Enabling TLS does not configure HTTPS configuration for StatefulSet containers' status probes

3 participants