Files
chart/library/ix-dev/enterprise/minio/values.yaml
Stavros Kois 85d2fab14d NAS-122030 / 23.10 / Adds check to only render hostPath key if it has a value (#1210)
* Remove hostPath key from values.yaml

* Add migrations

* bump

* rename migration files and make it safer

* fix wrongly nested dict
2023-05-30 16:23:29 +03:00

49 lines
717 B
YAML

image:
repository: minio/minio
tag: RELEASE.2023-03-24T21-41-23Z
pullPolicy: IfNotPresent
logsearchImage:
repository: minio/operator
tag: v4.5.8
pullPolicy: IfNotPresent
resources:
limits:
cpu: 4000m
memory: 8Gi
minioCreds:
rootUser: ''
rootPass: ''
minioRunAs:
user: 568
group: 568
minioNetwork:
apiPort: 30000
webPort: 30001
certificateID: 0
hostNetwork: false
serverUrl: ''
consoleUrl: ''
minioMultiMode: []
minioStorage: []
minioLogging:
anonymous: false
quiet: false
logsearch:
enabled: false
diskCapacityGB: 5
pgData:
type: ixVolume
datasetName: postgres-data
pgBackup:
type: ixVolume
datasetName: postgres-backup