Files
truecharts/charts/incubator/dvblink/values.yaml
T
TrueCharts BotandGitHub 99f036d23b chore(deps): update docker general non-major (#3300)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-25 23:35:40 +02:00

41 lines
798 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/dvblink
tag: latest@sha256:59cb771732ceaec8d7229c40769021bba76e03c10efd8f1973987de343061238
persistence:
dvblink:
enabled: true
mountPath: /opt/DVBLink
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 39876
protocol: HTTP
targetPort: 39876
tcpport1:
enabled: true
ports:
tcpport1:
enabled: true
port: 8100
protocol: TCP
targetPort: 8100
tcpport2:
enabled: true
ports:
tcpport2:
enabled: true
port: 2222
protocol: TCP
targetPort: 22