Skip to content

Commit

Permalink
Unifying ingresses
Browse files Browse the repository at this point in the history
Separate ingresses tend to cause problems on some platforms (like GCP/GKE, in which each ingress gets it's own IP address)
  • Loading branch information
prppedro committed May 4, 2022
1 parent c4cf259 commit bf49407
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 55 deletions.
16 changes: 16 additions & 0 deletions rocketchat/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,20 @@ spec:
name: {{ template "rocketchat.fullname" . }}
port:
name: http
{{- if .Values.microservices.enabled }}
- path: /sockjs
pathType: Prefix
backend:
service:
name: {{ .Release.Name }}-ddp-streamer
port:
name: http
- path: /websocket
pathType: Prefix
backend:
service:
name: {{ .Release.Name }}-ddp-streamer
port:
name: http
{{- end }}
{{- end }}
55 changes: 0 additions & 55 deletions rocketchat/templates/microservices-ddp-streamer-ingress.yaml

This file was deleted.

0 comments on commit bf49407

Please sign in to comment.