Files
chart/library/ix-dev/enterprise/minio/ci/snmd-logsearch-values.yaml
Stavros Kois 3a6e29ae9e NAS-120452 / 23.10 / Add MinIO Enterprise (#1002)
* Add minio to enterprise train

* Adjust hostnetwork based on multimode configuration

* add update strategy and explicitly set permissions at install time

* minor typo

* use new common

* bump common

* Add upgrade info json

* make immutable the run context and check backup permissions before chowning

* spacing
2023-04-05 17:57:03 +03:00

44 lines
1.0 KiB
YAML

# When inside the versioned minio folder, run:
# helm dependency update
# helm template -f ix_values.yaml -f ci/logsearch-values.yaml .
# Always use a unique hostPath for each test
minioCreds:
rootUser: minio_test
rootPass: minio_test
minioMultiMode:
- /data{1...4}
minioStorage:
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data1
datasetName: ""
mountPath: /data1
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data2
datasetName: ""
mountPath: /data2
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data3
datasetName: ""
mountPath: /data3
- type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/data4
datasetName: ""
mountPath: /data4
minioLogging:
logsearch:
enabled: true
diskCapacityGB: 5
pgData:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/postgres_data
datasetName: ""
pgBackup:
type: hostPath
hostPath: /mnt/{{ .Release.Namespace }}/postgres_backup
datasetName: ""