Fix failing Tornjak ingress port (#28)

Co-authored-by: Faisal Memon <[email protected]>
This commit is contained in:
Mariusz Sabath
2023-10-11 14:36:15 +00:00
committed by GitHub
co-authored by Faisal Memon
parent df1abf6235
commit 0e41a7d1b4
@@ -12,5 +12,5 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{ include "spire-lib.ingress-spec" (dict "ingress" .Values.tornjak.ingress "svcName" (include "spire-tornjak.servicename" .) "port" "tornjak-srv-http") | nindent 2 }}
{{ include "spire-lib.ingress-spec" (dict "ingress" .Values.tornjak.ingress "svcName" (include "spire-tornjak.servicename" .) "port" .Values.tornjak.service.ports.http) | nindent 2 }}
{{- end }}