|
@@ -2,21 +2,6 @@ appVolumeMounts:
|
|
|
export:
|
|
|
emptyDir: true
|
|
|
mountPath: /export
|
|
|
-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
|
|
|
-ixChartContext: {}
|
|
|
distributedIps: []
|
|
|
distributedMode: false
|
|
|
dnsConfig:
|
|
@@ -28,15 +13,30 @@ extraArgs: []
|
|
|
image:
|
|
|
pullPolicy: IfNotPresent
|
|
|
repository: minio/minio
|
|
|
- tag: RELEASE.2022-11-10T18-20-21Z
|
|
|
+ tag: RELEASE.2022-12-12T19-27-27Z
|
|
|
+ixChartContext: {}
|
|
|
logSearchImage:
|
|
|
pullPolicy: IfNotPresent
|
|
|
repository: minio/operator
|
|
|
tag: v4.5.4
|
|
|
logsearchapi:
|
|
|
- enabled: true
|
|
|
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:
|