fix(rcon-webadmin) add ws ingress (#4770)

This commit is contained in:
Xstar97
2022-11-23 04:27:01 -05:00
committed by GitHub
parent f1795c1d53
commit fdbbcfabe9
3 changed files with 15 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/rcon-web-admin/rcon-web-admin
- https://hub.docker.com/r/itzg/rcon/
type: application
version: 3.0.3
version: 3.0.4
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@@ -198,6 +198,15 @@ questions:
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
- variable: websocketaccess
label: "WS Ingress"
schema:
additional_attrs: true
type: dict
attrs:
# Include{ingressDefault}
# Include{ingressTLS}
# Include{ingressTraefik}
# Include{ingressList}
# Include{security}

View File

@@ -43,6 +43,7 @@ env:
RWA_RESTRICT_WIDGETS: '{{ join "," .Values.rcon.rwa_restrict_widgets }}'
RWA_WEBSOCKET_URL_SSL: "{{ .Values.rcon.rwa_websocket_url_ssl }}"
RWA_WEBSOCKET_URL: "{{ .Values.rcon.rwa_websocket_url }}"
service:
main:
ports:
@@ -59,6 +60,10 @@ service:
protocol: TCP
targetPort: 4327
ingress:
websocketaccess:
autoLink: true
persistence:
db:
enabled: true