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.
2 parents eac0b64 + 826b53d commit 6905d37Copy full SHA for 6905d37
charts/single-deployment/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: single-deployment
3
description: A Helm chart for single deployment application
4
type: application
5
-version: 0.4.0
+version: 0.4.1
6
appVersion: "latest"
7
maintainers:
8
- name: pmint93
charts/single-deployment/templates/httproute.yaml
@@ -23,6 +23,6 @@ spec:
23
backendRefs:
24
- kind: Service
25
name: {{ template "single-deployment.fullname" $ }}
26
- port: http
+ port: {{ (index .Values.service.ports 0).number }}
27
28
{{- end -}}
0 commit comments