extra-values.yaml 361 B

1234567891011121314151617
  1. flameConfig:
  2. password: password
  3. flameNetwork:
  4. webPort: 31000
  5. flameStorage:
  6. data:
  7. type: hostPath
  8. hostPath: /mnt/{{ .Release.Namespace }}/data
  9. additionalStorages:
  10. - type: hostPath
  11. hostPath: /mnt/{{ .Release.Namespace }}/data1
  12. mountPath: /data1
  13. - type: hostPath
  14. hostPath: /mnt/{{ .Release.Namespace }}/data2
  15. mountPath: /data2