extra-values.yaml 273 B

123456789101112
  1. unifiStorage:
  2. data:
  3. type: hostPath
  4. hostPath: /mnt/{{ .Release.Namespace }}/data
  5. additionalStorages:
  6. - type: hostPath
  7. hostPath: /mnt/{{ .Release.Namespace }}/init.d
  8. mountPath: /unifi/init.d
  9. unifiNetwork:
  10. enableWebHttp: true
  11. enablePortalHttp: true