28 lines
547 B
YAML
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
|