mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* Upgraded catalog item(s)
This commit upgrades prometheus, metube, prowlarr, lidarr, readarr, searxng, homepage, planka catalog item(s).
* bump common
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
36 lines
549 B
YAML
36 lines
549 B
YAML
image:
|
|
repository: prom/prometheus
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.48.1
|
|
|
|
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: []
|