basic-values.yaml 344 B

12345678910111213141516
  1. odooNetwork:
  2. webPort: 31000
  3. odooStorage:
  4. data:
  5. type: hostPath
  6. hostPath: /mnt/{{ .Release.Name }}/data
  7. addons:
  8. type: hostPath
  9. hostPath: /mnt/{{ .Release.Name }}/addons
  10. pgData:
  11. type: hostPath
  12. hostPath: /mnt/{{ .Release.Name }}/pgData
  13. pgBackup:
  14. type: hostPath
  15. hostPath: /mnt/{{ .Release.Name }}/pgBackup