mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 21:28:46 +08:00
This commit upgrades prometheus, gitea, joplin, metube, immich, n8n, homarr, odoo catalog item(s).
33 lines
480 B
YAML
33 lines
480 B
YAML
image:
|
|
repository: prom/prometheus
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.48.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
|
|
datasetName: data
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|