123456789101112131415161718192021222324252627282930313233343536 |
- image:
- repository: grafana/grafana
- pullPolicy: IfNotPresent
- tag: 11.5.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
|