Skip to content

Commit

Permalink
fix: missing template for proxy wss (#1096)
Browse files Browse the repository at this point in the history
* fix: missing template for proxy wss

Signed-off-by: ericsyh <[email protected]>

* update wss template config

Signed-off-by: ericsyh <[email protected]>

* fix ci

Signed-off-by: ericsyh <[email protected]>

* fix lint

Signed-off-by: ericsyh <[email protected]>

---------

Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh authored Sep 14, 2023
1 parent 389d755 commit e9bb695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sn-platform-slim/templates/proxy/proxy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ spec:
{{- include "pulsar.authConfiguration" . | indent 6 }}
superUserRoles: "{{ .Values.auth.superUsers.proxy }}"
{{- end }}
{{- if .Values.proxy.websocket.enabled }}
PULSAR_PREFIX_webSocketServiceEnabled: "true"
{{- end }}
{{- if and (.Values.tls.enabled) (.Values.tls.proxy.enabled) }}
{{- if .Values.certs.internal_issuer.enabled }}
tlsAllowInsecureConnection: "true"
Expand Down
3 changes: 3 additions & 0 deletions charts/sn-platform/templates/proxy/proxy-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ spec:
{{- include "pulsar.authConfiguration" . | indent 6 }}
superUserRoles: "{{ .Values.auth.superUsers.proxy }}"
{{- end }}
{{- if .Values.proxy.websocket.enabled }}
PULSAR_PREFIX_webSocketServiceEnabled: "true"
{{- end }}
{{- if and (.Values.tls.enabled) (.Values.tls.proxy.enabled) }}
{{- if .Values.certs.internal_issuer.enabled }}
tlsAllowInsecureConnection: "true"
Expand Down

0 comments on commit e9bb695

Please sign in to comment.