mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
36 lines
492 B
YAML
36 lines
492 B
YAML
image:
|
|
repository: grafana/grafana
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.1.2
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
grafanaConfig:
|
|
plugins: []
|
|
additionalEnvs: []
|
|
|
|
grafanaNetwork:
|
|
hostNetwork: false
|
|
webPort: 30037
|
|
certificateID:
|
|
rootURL: ''
|
|
|
|
grafanaRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
grafanaStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- Username: admin
|
|
- Password: admin
|