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:14cee56736d1e3e2d6aaa9c419ec30bb449eb6b42673bb55fb76fc27802903b0
|
|
persistence: {}
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8221
|
|
protocol: TCP
|
|
targetPort: 8221
|
|
|
|
portal:
|
|
enabled: true
|