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

28 lines
547 B
YAML

env:
DISPLAY_HEIGHT: 800|900|1050
DISPLAY_WIDTH: 1440|1680
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/btdex
tag: latest@sha256:a96f96ce9cbcb880cf9f6380d5bf5a289e8e4955eb5ab719b897200fb3b47fe7
persistence:
btdex:
enabled: true
mountPath: /opt/btdex/cache
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 5800
protocol: TCP
targetPort: 8080
portal:
enabled: true