26 lines
518 B
YAML
26 lines
518 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/dashmachine
|
|
tag: latest@sha256:3494875c908ffd6c158a2eabc537a3d67521dc7ed2180fc1e6d75d2e023e8ab7
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /dashmachine/dashmachine/user_data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5000
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
|
|
portal:
|
|
enabled: true
|