42 lines
783 B
YAML
42 lines
783 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:
|
||
|
ports:
|
||
|
main:
|
||
|
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
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|