Skip to content

Commit

Permalink
fix ingress' service backend templating
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Manuel "Kang" Perez committed May 11, 2023
1 parent 547b3c1 commit 76bef75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stateless-dns/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if and .Values.service.api.enabled .Values.ingress.enabled -}}
{{- $fullName := include "stateless-dns.fullname" . -}}
{{- $fullName := (include "stateless-dns.fullname.withSuffix" ( dict "context" . "suffix" "http" )) -}}
{{- $svcPort := .Values.service.api.port -}}
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand Down

0 comments on commit 76bef75

Please sign in to comment.