2022-07-20 19:12:54 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/dispatch
|
2022-07-25 21:35:40 +00:00
|
|
|
tag: latest@sha256:0ea60949d08782fd3d2f117e1f7b01111b03f7bfcc5cf03b3faa986be96e70de
|
2022-07-20 19:12:54 +00:00
|
|
|
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:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 8000
|
|
|
|
protocol: HTTP
|
|
|
|
targetPort: 80
|