Files
truecharts/charts/dev/dispatch/values.yaml
Kjeld Schouten-Lebbing a1523b85c6 feat: Add D-range of Unraid Ports (#3231)
* feat: Add D-range of Unraid Ports

* remove non-passing Charts

* fix catalog test

* re
2022-07-20 21:12:54 +02:00

33 lines
563 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dispatch
tag: latest
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