mirror of https://github.com/easzlab/kubeasz.git
33 lines
690 B
YAML
33 lines
690 B
YAML
|
service:
|
||
|
type: NodePort
|
||
|
nodePort: 39002
|
||
|
|
||
|
adminUser: admin
|
||
|
adminPassword: admin
|
||
|
|
||
|
datasources:
|
||
|
datasources.yaml:
|
||
|
apiVersion: 1
|
||
|
datasources:
|
||
|
- name: MYDS_Prometheus
|
||
|
type: prometheus
|
||
|
#url: http:// + 集群里prometheus-server的服务名
|
||
|
#可以用 kubectl get svc --all-namespaces |grep prometheus-server查看
|
||
|
url: http://monitor-prometheus-server
|
||
|
access: proxy
|
||
|
isDefault: true
|
||
|
|
||
|
dashboardProviders:
|
||
|
dashboardproviders.yaml:
|
||
|
apiVersion: 1
|
||
|
providers:
|
||
|
- name: 'default'
|
||
|
orgId: 1
|
||
|
folder: ''
|
||
|
type: file
|
||
|
disableDeletion: false
|
||
|
editable: true
|
||
|
options:
|
||
|
path: /var/lib/grafana/dashboards
|
||
|
|