123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- appVolumeMounts:
- export:
- emptyDir: true
- mountPath: /export
- distributedIps: []
- distributedMode: false
- dnsConfig:
- options: []
- emptyDirVolumes: true
- environmentVariables: []
- extraAppVolumeMounts: []
- extraArgs: []
- image:
- pullPolicy: IfNotPresent
- repository: minio/minio
- tag: RELEASE.2023-02-27T18-10-45Z
- ixChartContext: {}
- logSearchImage:
- pullPolicy: IfNotPresent
- repository: minio/operator
- tag: v4.5.4
- logsearchapi:
- diskCapacityGB: 5
- enabled: true
- minioDomain: null
- postgresAppVolumeMounts:
- postgres-backup:
- emptyDir: true
- mountPath: /postgres_backups
- postgres-data:
- emptyDir: true
- mountPath: /var/lib/postgresql/data
- postgresql:
- backupVolume:
- datasetName: ix-postgres_backups
- mountPath: /postgres_backups
- dataVolume:
- datasetName: ix-postgres_data
- mountPath: /var/lib/postgresql/data
- runAsGroup: 473
- runAsUser: 473
- service:
- consolePort: 32325
- nodePort: 32324
- updateStrategy: RollingUpdate
|