28 lines
556 B
YAML
28 lines
556 B
YAML
env:
|
|
DELUGE_RPC_HOSTNAME: ""
|
|
DELUGE_RPC_PASSWORD: ""
|
|
DELUGE_RPC_USERNAME: ""
|
|
DELUGE_RPC_VERSION: v2
|
|
STORM_API_KEY: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/storm
|
|
tag: latest@sha256:75fad1755091b69f0f734176ee5f23db8bd0d904bc976f97c94f38a1d7076d1c
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8221
|
|
protocol: TCP
|
|
targetPort: 8221
|
|
|
|
portal:
|
|
enabled: true
|