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.
1 parent 29a457a commit cf00d91Copy full SHA for cf00d91
charts/service-deployment/templates/ingress.yaml
@@ -2,7 +2,7 @@
2
apiVersion: networking.k8s.io/v1
3
kind: Ingress
4
metadata:
5
- name: {{ include "iglu.app.name" . }}
+ name: {{ include "app.fullname" . }}
6
annotations:
7
traefik.ingress.kubernetes.io/router.entrypoints: {{ .Values.service.traefik.entrypoint }}
8
@@ -15,7 +15,7 @@ spec:
15
pathType: Prefix
16
backend:
17
service:
18
19
port:
20
number: {{ .Values.service.port }}
21
{{- end }}
0 commit comments