Skip to content

Commit

Permalink
keep ingress name the same
Browse files Browse the repository at this point in the history
  • Loading branch information
deB4SH committed Dec 28, 2024
1 parent 2436c36 commit 3d31856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gitea/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: {{ .hostname | replace "." "-"}}
name: gitea-ingress-{{ .hostname | replace "." "-"}}
annotations:
{{- range $key, $val := .annotations }}
{{ $key }}: "{{ $val }}"
Expand Down

0 comments on commit 3d31856

Please sign in to comment.