Skip to content

helm: fix service port reference in ingress.yaml#936

Merged
burningalchemist merged 2 commits intomasterfrom
helm/fix-ingress
Mar 23, 2026
Merged

helm: fix service port reference in ingress.yaml#936
burningalchemist merged 2 commits intomasterfrom
helm/fix-ingress

Conversation

@burningalchemist
Copy link
Owner

@burningalchemist burningalchemist commented Mar 23, 2026

resolves #935

This pull request makes a small change to the helm/templates/ingress.yaml file, updating the way the service port is referenced in the ingress template. The port number is now set using the sql-exporter.servicePort template function instead of directly referencing .Values.service.port.

@burningalchemist burningalchemist merged commit 7cc4af3 into master Mar 23, 2026
4 checks passed
@burningalchemist burningalchemist deleted the helm/fix-ingress branch March 23, 2026 16:05
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.

[helm] ingress.yaml uses .Values.service.port instead of servicePort helper, fails when port is not set

1 participant