extra-values.yaml 490 B

123456789101112131415161718192021
  1. homepageConfig:
  2. additionalEnvs:
  3. - name: HOMEPAGE_VAR_SOMETHING
  4. value: some-value
  5. - name: HOMEPAGE_FILE_SOMETHING
  6. value: /some/path
  7. homepageNetwork:
  8. webPort: 31000
  9. homepageStorage:
  10. config:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/config
  13. additionalStorages:
  14. - type: hostPath
  15. hostPath: /mnt/{{ .Release.Namespace }}/data1
  16. mountPath: /data1
  17. - type: hostPath
  18. hostPath: /mnt/{{ .Release.Namespace }}/data2
  19. mountPath: /data2