63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/airdcpp-webclient
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.12.1@sha256:64837b35ac262c7227143f1e0972016b82ff1c74d6c430146e42ed1b0ba26fd4
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
path: /
|
|
readiness:
|
|
type: tcp
|
|
path: /
|
|
startup:
|
|
type: tcp
|
|
path: /
|
|
env: {}
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: tcp
|
|
port: 10155
|
|
targetPort: 5600
|
|
unencrypted-tcp:
|
|
enabled: true
|
|
ports:
|
|
unencrypted-tcp:
|
|
enabled: true
|
|
protocol: tcp
|
|
port: 21248
|
|
targetPort: 21248
|
|
encrypted-tcp:
|
|
enabled: true
|
|
ports:
|
|
encrypted-tcp:
|
|
enabled: true
|
|
protocol: tcp
|
|
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:
|
|
open:
|
|
enabled: true
|