49 lines
896 B
YAML
49 lines
896 B
YAML
|
env:
|
||
|
WEBUI_PWD: admin
|
||
|
WEBUI_TEMPLATE: default
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/amule
|
||
|
tag: latest
|
||
|
persistence:
|
||
|
storagecomplete:
|
||
|
enabled: true
|
||
|
mountPath: /incoming
|
||
|
storageconfig:
|
||
|
enabled: true
|
||
|
mountPath: /home/amule/.aMule
|
||
|
storageincomplete:
|
||
|
enabled: true
|
||
|
mountPath: /temp
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
main:
|
||
|
enabled: true
|
||
|
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
|