mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 03:22:45 +08:00
* Upgraded catalog item(s)
This commit upgrades prometheus, immich, komga, odoo catalog item(s).
* revert 2 aps
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
36 lines
548 B
YAML
36 lines
548 B
YAML
image:
|
|
repository: prom/prometheus
|
|
pullPolicy: IfNotPresent
|
|
tag: v3.1.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
prometheusConfig:
|
|
retentionTime: 15d
|
|
retentionSize: ''
|
|
walCompression: true
|
|
additionalEnvs: []
|
|
additionalArgs: []
|
|
|
|
prometheusNetwork:
|
|
apiPort: 30002
|
|
hostNetwork: false
|
|
|
|
prometheusRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
prometheusStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|