123456789101112131415161718192021 |
- qbitConfig:
- additionalEnvs:
- - name: "TESTVAR"
- value: "SOMEVALUE"
- - name: "TESTVAR2"
- value: "SOMEVALUE2"
- qbitNetwork:
- webPort: 31000
- btPort: 32444
- qbitStorage:
- downloads:
- type: pvc
- config:
- type: pvc
- additionalStorages:
- - type: pvc
- mountPath: /action_movies
- - type: pvc
- mountPath: /adventure_movies
|