Files
truecharts/charts/incubator/rcon-webadmin/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

38 lines
741 B
YAML

env:
RWA_ADMIN: "TRUE"
RWA_ENV: "False"
RWA_PASSWORD: admin
RWA_USERNAME: admin
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/rcon-webadmin
tag: latest@sha256:1a43f3e778887d61fbdc037c0ead3ffc71fbaf7eb4537ef8b73236772cb2fb8c
persistence:
db:
enabled: true
mountPath: /opt/rcon-web-admin/db
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 4326
protocol: HTTP
targetPort: 4326
websocketacces:
enabled: true
ports:
websocketacces:
enabled: true
port: 4327
protocol: TCP
targetPort: 4327
portal:
enabled: true