diff options
author | Iurii Plugatariov <[email protected]> | 2024-06-28 17:57:16 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-06-28 17:57:16 +0200 |
commit | c6292662cd65ba74a15841c8e698e64bfbcc65cb (patch) | |
tree | 5ebb53f940860cd14ce5625c40b1d8db9ce9aa81 /third-party/grafana/values.yaml | |
parent | 303262c75bd8d3ad2e166760f0518a0d8aa0591c (diff) | |
parent | 812cf4c17ef7570e52427e4a590b3a8c168c1621 (diff) | |
download | k3s-lab-c6292662cd65ba74a15841c8e698e64bfbcc65cb.tar.gz |
Merge pull request #1 from makefunstuff/argocd-and-stuff
argocd and stuff
Diffstat (limited to 'third-party/grafana/values.yaml')
-rw-r--r-- | third-party/grafana/values.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/third-party/grafana/values.yaml b/third-party/grafana/values.yaml deleted file mode 100644 index 7c8815b..0000000 --- a/third-party/grafana/values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -adminUser: admin -adminPassword: secret -persistence: - enabled: true - size: 5Gi -datasources: - datasources.yaml: - apiVersion: 1 - datasources: - - name: Prometheus - type: prometheus - url: http://prometheus-server - access: proxy - isDefault: true -service: - type: ClusterIP - port: 80 -ingress: - enabled: true - annotations: - cert-manager.io/cluster-issuer: letsencrypt-prod - traefik.ingress.kubernetes.io/redirect-entry-point: https - traefik.ingress.kubernetes.io/router.entrypoints: websecure - traefik.ingress.kubernetes.io/router.tls: "true" - traefik.ingress.kubernetes.io/router.tls.certresolver: default - traefik.ingress.kubernetes.io/router.tls.domains.0.main: topkek.cloud - traefik.ingress.kubernetes.io/router.tls.domains.0.sans: grafana.topkek.cloud - labels: {} - hosts: - - grafana.topkek.cloud - path: / - pathType: Prefix - tls: - - hosts: - - grafana.topkek.cloud - secretName: grafana-topkek-cloud-tls |