mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 13:48:48 +08:00
* 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
22 lines
381 B
YAML
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
|