Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Update ingress resource to use port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinayder committed Nov 2, 2023
1 parent 8bdadfe commit 2a415e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions helm/dendrite/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
service:
name: {{ $fullName }}
port:
name: http
number: 8008
{{- else }}
serviceName: {{ $fullName }}
servicePort: http
Expand All @@ -72,7 +72,7 @@ spec:
service:
name: {{ $fullName }}
port:
name: http
number: 8008
{{- else }}
serviceName: {{ $fullName }}
servicePort: http
Expand All @@ -88,7 +88,7 @@ spec:
service:
name: {{ $fullName }}
port:
name: http
number: 8008
{{- else }}
serviceName: {{ $fullName }}
servicePort: http
Expand All @@ -105,7 +105,7 @@ spec:
service:
name: {{ $fullName }}
port:
name: http
number: 8008
{{- else }}
serviceName: {{ $fullName }}
servicePort: http
Expand Down

0 comments on commit 2a415e6

Please sign in to comment.