Skip to content

Commit

Permalink
[EVERGIS] websocket-services должен указывать на backend.service.name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voronkov committed Jun 21, 2024
1 parent 8d6c3ff commit 9f5e8da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-connect-timeout: {{ .Values.portal.websocket.timeout | quote }}
nginx.ingress.kubernetes.io/proxy-read-timeout: {{ .Values.portal.websocket.timeout | quote }}
nginx.ingress.kubernetes.io/proxy-send-timeout: {{ .Values.portal.websocket.timeout | quote }}
nginx.org/websocket-services: websocket
nginx.org/websocket-services: {{ $fullName }}
{{- if .Values.ingress.annotations }}
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit 9f5e8da

Please sign in to comment.