25 lines
508 B
YAML
25 lines
508 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: rmountjoy/dashmachine
|
|
tag: latest@sha256:497692b79838b042db0cb1d7ca8a28dfb20d0623fc7db705b8a42b055687e5a0
|
|
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
|