Skip to content

Commit

Permalink
added webapp suffix to servie name in ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
KeVoSub committed Jan 10, 2024
1 parent d26d880 commit 77bf5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sophora-ugc/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
pathType: {{ default "ImplementationSpecific" .pathType }}
backend:
service:
name: {{ $fullName }}
name: {{ $fullName }}-webapp
port:
number: 8080
{{- end }}
Expand Down

0 comments on commit 77bf5f3

Please sign in to comment.