24 lines
447 B
YAML
24 lines
447 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: schollz/cowyo
|
|
tag: latest@sha256:0ab02a436fd6a5451ee7b7fe278ee5b471bed90b78c365a7439a431ddafa82cb
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8050
|
|
protocol: tcp
|
|
targetPort: 8050
|