diff --git a/helm-charts/stage/templates/http-route.yaml b/helm-charts/stage/templates/http-route.yaml index 8055d68..e2104ef 100644 --- a/helm-charts/stage/templates/http-route.yaml +++ b/helm-charts/stage/templates/http-route.yaml @@ -7,6 +7,7 @@ spec: parentRefs: - name: {{ .Values.gateway.name }} namespace: {{ .Values.gateway.namespace }} + sectionName: {{ .Values.gateway.sectionName }} rules: - backendRefs: - name: {{ include "stage.fullname" $ }} diff --git a/helm-charts/stage/values.yaml b/helm-charts/stage/values.yaml index c06e169..6060cd9 100644 --- a/helm-charts/stage/values.yaml +++ b/helm-charts/stage/values.yaml @@ -45,6 +45,7 @@ service: gateway: name: "ontime" namespace: "kube-system" + sectionName: "https" resources: {} # We usually recommend not to specify default resources and to leave this as a conscious