Skip to content

Commit 67c13a0

Browse files
committed
Fix port used for ingress (servicePort, not deployment port)
1 parent 4fb63f7 commit 67c13a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/common/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ maintainers:
66
77
url: https://une-tasse-de.cafe
88
name: common
9-
version: v0.4.2
9+
version: v0.4.3
1010
appVersion: "0"
1111
kubeVersion: ">= 1.18"
1212
home: https://github.com/RubxKube/common-charts

charts/common/templates/ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
service:
2626
name: {{ .Values.name }}
2727
port:
28-
number: {{ .Values.deployment.port }}
28+
number: {{ .Values.service.servicePort }}
2929
{{- if .Values.ingress.tls.enabled }}
3030
tls:
3131
- secretName: {{ .Values.ingress.tls.secretName }}

0 commit comments

Comments
 (0)