fix(rcon-webadmin) add ws ingress (#4770)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user