mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 11:35:13 +08:00
This commit upgrades collabora, netdata, home-assistant, minio, zerotier, bazarr, redis, drawio, metube, grafana, jenkins, n8n, planka catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
74 lines
1.4 KiB
YAML
74 lines
1.4 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: minio/minio
|
|
tag: RELEASE.2024-10-02T17-50-41Z
|
|
logSearchImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: minio/operator
|
|
tag: v4.5.4
|
|
logPostgresImage:
|
|
pullPolicy: IfNotPresent
|
|
repository: postgres
|
|
tag: '14.5'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
minioConfig:
|
|
rootUser: ''
|
|
rootPassword: ''
|
|
domain: ''
|
|
extraArgs: []
|
|
additionalEnvs: []
|
|
|
|
minioNetwork:
|
|
apiPort: 9000
|
|
consolePort: 9002
|
|
certificateID:
|
|
|
|
minioStorage:
|
|
distributedMode: false
|
|
distributedIps: []
|
|
export:
|
|
type: ixVolume
|
|
mountPath: /export
|
|
ixVolumeConfig:
|
|
datasetName: export
|
|
logSearchApi: false
|
|
logSearchDiskCapacityGB: 5
|
|
pgData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgBackup
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
{{ if .Values.minioStorage.logSearchApi }}
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `logsearchapi`
|
|
- Username: `logsearchapi`
|
|
- Password: `{{ .Values.minioDbPass }}`
|
|
- Host: `{{ .Values.minioDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{ end }}
|
|
{{- $_ := unset .Values "haDbPass" }}
|
|
{{- $_ := unset .Values "haDbHost" }}
|