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://github.com/rcon-web-admin/rcon-web-admin
|
||||||
- https://hub.docker.com/r/itzg/rcon/
|
- https://hub.docker.com/r/itzg/rcon/
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/grade: U
|
truecharts.org/grade: U
|
||||||
|
|||||||
@@ -198,6 +198,15 @@ questions:
|
|||||||
attrs:
|
attrs:
|
||||||
# Include{ingressDefault}
|
# Include{ingressDefault}
|
||||||
# Include{ingressTLS}
|
# Include{ingressTLS}
|
||||||
|
# Include{ingressTraefik}
|
||||||
|
- variable: websocketaccess
|
||||||
|
label: "WS Ingress"
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
# Include{ingressDefault}
|
||||||
|
# Include{ingressTLS}
|
||||||
# Include{ingressTraefik}
|
# Include{ingressTraefik}
|
||||||
# Include{ingressList}
|
# Include{ingressList}
|
||||||
# Include{security}
|
# Include{security}
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ env:
|
|||||||
RWA_RESTRICT_WIDGETS: '{{ join "," .Values.rcon.rwa_restrict_widgets }}'
|
RWA_RESTRICT_WIDGETS: '{{ join "," .Values.rcon.rwa_restrict_widgets }}'
|
||||||
RWA_WEBSOCKET_URL_SSL: "{{ .Values.rcon.rwa_websocket_url_ssl }}"
|
RWA_WEBSOCKET_URL_SSL: "{{ .Values.rcon.rwa_websocket_url_ssl }}"
|
||||||
RWA_WEBSOCKET_URL: "{{ .Values.rcon.rwa_websocket_url }}"
|
RWA_WEBSOCKET_URL: "{{ .Values.rcon.rwa_websocket_url }}"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
@@ -59,6 +60,10 @@ service:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 4327
|
targetPort: 4327
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
websocketaccess:
|
||||||
|
autoLink: true
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
db:
|
db:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user