Loading charts/hypo/templates/portal-cart/ingress.yaml 0 → 100644 +26 −0 Original line number Diff line number Diff line {{ $ingressNginx := index .Values "ingress-nginx" }} {{ $portalCart := index .Values "portal-cart" }} {{- if $portalCart.enabled -}} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ template "hypo.portal-cart.fullname" . }} namespace: {{ .Release.Namespace }} annotations: nginx.ingress.kubernetes.io/ssl-redirect: "false" spec: ingressClassName: {{ $ingressNginx.controller.ingressClass }} rules: - http: paths: - path: /hypo-portal pathType: Prefix backend: service: name: {{ template "hypo.portal-cart.fullname" . }} port: number: {{ $portalCart.service.port }} {{ if eq .Values.installation "prod" }} host: hyper-orchestrator.eu {{- end }} {{- end -}} charts/hypo/templates/tmf-api/ingress.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ spec: service: name: {{ template "hypo.tmf-api.fullname" . }} port: number: 8088 number: {{ $tmfApi.service.port }} {{ if eq .Values.installation "prod" }} host: hyper-orchestrator.eu {{- end }} Loading Loading
charts/hypo/templates/portal-cart/ingress.yaml 0 → 100644 +26 −0 Original line number Diff line number Diff line {{ $ingressNginx := index .Values "ingress-nginx" }} {{ $portalCart := index .Values "portal-cart" }} {{- if $portalCart.enabled -}} apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: {{ template "hypo.portal-cart.fullname" . }} namespace: {{ .Release.Namespace }} annotations: nginx.ingress.kubernetes.io/ssl-redirect: "false" spec: ingressClassName: {{ $ingressNginx.controller.ingressClass }} rules: - http: paths: - path: /hypo-portal pathType: Prefix backend: service: name: {{ template "hypo.portal-cart.fullname" . }} port: number: {{ $portalCart.service.port }} {{ if eq .Values.installation "prod" }} host: hyper-orchestrator.eu {{- end }} {{- end -}}
charts/hypo/templates/tmf-api/ingress.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ spec: service: name: {{ template "hypo.tmf-api.fullname" . }} port: number: 8088 number: {{ $tmfApi.service.port }} {{ if eq .Values.installation "prod" }} host: hyper-orchestrator.eu {{- end }} Loading