Files
chart/library/ix-dev/community/distribution/ci/extra-values.yaml
Stavros Kois a025fd6f83 Add distribution to community train (#1638)
* Add `distribution` to `community` train

* add service

* initial tests

* add values

* https

* add persistence

* add htpasswd

* mount file

* secret

* fix fullname

* typo

* typo

* add questions and metadata

* remove

* format

* allow disabling fs backend

* test with ro root fs

* remove comment

* fix auth and perms

* update icon
2023-10-18 12:27:59 +03:00

19 lines
285 B
YAML

distributionNetwork:
apiPort: 31000
distributionConfig:
basicAuthUsers:
- user: admin
pass: admin
- user: user
pass: user
distributionStorage:
data:
type: pvc
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2