working on configuring a k3s cluster
This commit is contained in:
19
ansible-5/roles/prod.k3s/files/manifests/graphana.helm.yaml
Normal file
19
ansible-5/roles/prod.k3s/files/manifests/graphana.helm.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: helm.cattle.io/v1
|
||||
kind: HelmChart
|
||||
metadata:
|
||||
name: grafana
|
||||
namespace: kube-system
|
||||
spec:
|
||||
chart: stable/grafana
|
||||
targetNamespace: monitoring
|
||||
set:
|
||||
adminPassword: "NotVerySafePassword"
|
||||
valuesContent: |-
|
||||
image:
|
||||
tag: master
|
||||
env:
|
||||
GF_EXPLORE_ENABLED: true
|
||||
adminUser: admin
|
||||
sidecar:
|
||||
datasources:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user