Files
truecharts/charts/dev/dashmachine/values.yaml
Kjeld Schouten-Lebbing a1523b85c6 feat: Add D-range of Unraid Ports (#3231)
* feat: Add D-range of Unraid Ports

* remove non-passing Charts

* fix catalog test

* re
2022-07-20 21:12:54 +02:00

25 lines
461 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dashmachine
tag: latest
persistence:
appdata:
enabled: true
mountPath: /dashmachine/dashmachine/user_data
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 5000
protocol: TCP
targetPort: 5000