Files
truecharts/charts/incubator/trango/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

34 lines
629 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/trango
tag: latest@sha256:8d3c2dcd79a85a1907e5ca661983a3e19ef1d351ae2cfd8e96567a6175f9d9e3
persistence:
config:
enabled: true
mountPath: /config
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
hostport2:
enabled: true
ports:
hostport2:
enabled: true
port: 5533
protocol: TCP
targetPort: 443
main:
ports:
main:
port: 7755
protocol: TCP
targetPort: 80
portal:
enabled: true