65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tchabaud/amule
|
|
tag: latest@sha256:66351396337f50b40613222c5c47adfbc8685eb631b38e73f217358f54182d64
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4711
|
|
protocol: http
|
|
targetPort: 4711
|
|
porttcp:
|
|
enabled: true
|
|
ports:
|
|
porttcp:
|
|
enabled: true
|
|
port: 4662
|
|
protocol: tcp
|
|
targetPort: 4662
|
|
portudp:
|
|
enabled: true
|
|
ports:
|
|
portudp:
|
|
enabled: true
|
|
port: 4672
|
|
protocol: udp
|
|
targetPort: 4672
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
path: /
|
|
readiness:
|
|
type: http
|
|
path: /
|
|
startup:
|
|
type: http
|
|
path: /
|
|
env:
|
|
WEBUI_PWD: ""
|
|
WEBUI_TEMPLATE: default
|
|
persistence:
|
|
complete:
|
|
enabled: true
|
|
mountPath: /incoming
|
|
config:
|
|
enabled: true
|
|
mountPath: /home/amule/.aMule
|
|
incomplete:
|
|
enabled: true
|
|
mountPath: /temp
|
|
portal:
|
|
open:
|
|
enabled: true
|