extra-values.yaml 381 B

123456789101112131415161718192021
  1. whoogleConfig:
  2. redirects:
  3. - src: domain.tld
  4. dst: other-domain.tld
  5. - src: example.com
  6. dst: other-example.com
  7. additionalEnvs:
  8. - name: WHOOGLE_USER
  9. value: some-user
  10. - name: WHOOGLE_PASS
  11. value: some-pass
  12. whoogleNetwork:
  13. webPort: 31000
  14. whoogleStorage:
  15. additionalStorages:
  16. - type: pvc
  17. mountPath: /data1
  18. - type: pvc
  19. mountPath: /data2