Files
chart/community/whoogle/1.2.3/ci/extra-values.yaml
2024-01-22 14:14:24 +00: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