42 lines
777 B
YAML
42 lines
777 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/airdcpp-webclient
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v2.11.2@sha256:6ec92c81af80a85622fd9b262b90d32e2ce2b6343520d43816fed04fa7a429b7
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10155
|
||
|
targetPort: 5600
|
||
|
unencrypted-tcp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
unencrypted-tcp:
|
||
|
enabled: true
|
||
|
port: 21248
|
||
|
targetPort: 21248
|
||
|
encrypted-tcp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
encrypted-tcp:
|
||
|
enabled: true
|
||
|
port: 21249
|
||
|
targetPort: 21249
|
||
|
search-udp:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
search-udp:
|
||
|
enabled: true
|
||
|
protocol: UDP
|
||
|
port: 21248
|
||
|
targetPort: 21248
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/.airdcpp"
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|