Skip to content

Commit

Permalink
fix: service name reference in tcp ingress for traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
deB4SH committed Dec 28, 2024
1 parent acfeac6 commit 2436c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gitea/templates/ingress-tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
routes:
- match: HostSNI(`*`)
services:
- name: gitea-clusterip
- name: {{ $.Release.Name }}-clusterip
port: 60000

0 comments on commit 2436c36

Please sign in to comment.