mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
46 lines
958 B
YAML
46 lines
958 B
YAML
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-03-13T19-46-17Z
|
|
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
|