Skip to content

Commit

Permalink
fix Nginx ingress service ref with {{ .Release.Name }}-nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Dec 16, 2024
1 parent 11738c0 commit e29539e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensource/templates/nginx/nginx-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ spec:
pathType: ImplementationSpecific
backend:
service:
name: nginx
name: {{ .Release.Name }}-nginx
port:
number: 80
- path: {{ if hasKey .Values.mediaProvider "apiPrefix" }}{{ .Values.mediaProvider.apiPrefix }}/catalog{{ else }}/catalog{{ end }}
pathType: ImplementationSpecific
backend:
service:
name: nginx
name: {{ .Release.Name }}-nginx
port:
number: 80

0 comments on commit e29539e

Please sign in to comment.