We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb63f7 commit 67c13a0Copy full SHA for 67c13a0
charts/common/Chart.yaml
@@ -6,7 +6,7 @@ maintainers:
6
email: [email protected]
7
url: https://une-tasse-de.cafe
8
name: common
9
-version: v0.4.2
+version: v0.4.3
10
appVersion: "0"
11
kubeVersion: ">= 1.18"
12
home: https://github.com/RubxKube/common-charts
charts/common/templates/ingress.yaml
@@ -25,7 +25,7 @@ spec:
25
service:
26
name: {{ .Values.name }}
27
port:
28
- number: {{ .Values.deployment.port }}
+ number: {{ .Values.service.servicePort }}
29
{{- if .Values.ingress.tls.enabled }}
30
tls:
31
- secretName: {{ .Values.ingress.tls.secretName }}
0 commit comments