Grafana
小于 1 分钟
下载chart
仓库添加
helm pull oci://registry-1.docker.io/bitnamicharts/grafana --version 9.6.5
配置
admin:
user: "admin"
password: "admin"
existingSecret: ""
existingSecretPasswordKey: password
ingress:
enabled: true
pathType: ImplementationSpecific
apiVersion: ""
hostname: grafana.zili.work
path: /
annotations:
kubernetes.io/ingress.class: nginx
安装
helm upgrade --install grafana . -f grafana-values.yaml -n middleware --create-namespace