24 lines
487 B
YAML
24 lines
487 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: rmountjoy/dashmachine
|
||
|
tag: latest@sha256:497692b79838b042db0cb1d7ca8a28dfb20d0623fc7db705b8a42b055687e5a0
|
||
|
persistence:
|
||
|
appdata:
|
||
|
enabled: true
|
||
|
mountPath: /dashmachine/dashmachine/user_data
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 5000
|
||
|
protocol: tcp
|
||
|
targetPort: 5000
|