33 lines
608 B
YAML
33 lines
608 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: khlieng/dispatch
|
|
tag: latest@sha256:ce0742333e09ff22a4377f741621274010010138e2a33dfb535fe0be2304495d
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
https:
|
|
enabled: true
|
|
ports:
|
|
https:
|
|
enabled: true
|
|
port: 4596
|
|
protocol: TCP
|
|
targetPort: 443
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8000
|
|
protocol: HTTP
|
|
targetPort: 80
|
|
portal:
|
|
enabled: true
|