Files
chart/library/ix-dev/community/whoogle/ci/extra-values.yaml
Stavros Kois 73e5e3b40c Add whoogle to community train (#1654)
* initial commit

* add chart and item yaml

* add strategy

* add templates

* fix tag

* rofs false

* change user

* fix user

* hmm

* whops

* fix

* update readme

* update questions

* typo

* update readme
2023-10-23 17:30:01 +03:00

22 lines
381 B
YAML

whoogleConfig:
redirects:
- src: domain.tld
dst: other-domain.tld
- src: example.com
dst: other-example.com
additionalEnvs:
- name: WHOOGLE_USER
value: some-user
- name: WHOOGLE_PASS
value: some-pass
whoogleNetwork:
webPort: 31000
whoogleStorage:
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2