24 lines
459 B
YAML
24 lines
459 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: gregyankovoy/chowdown
|
|
tag: latest@sha256:7941ebe37bab142a05f7b241e2490fa2c60f3644b4327d4dbac82c7b0f73243c
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4000
|
|
protocol: tcp
|
|
targetPort: 4000
|