mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* adapt ci values * bump common and version * update readme * update values * update template * update questions * add migration * skip when acl are enabled * typo * adapt for helm 3.9.4 * one more
37 lines
514 B
YAML
37 lines
514 B
YAML
image:
|
|
repository: grafana/grafana
|
|
pullPolicy: IfNotPresent
|
|
tag: 10.2.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
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- Username: admin
|
|
- Password: admin
|