diff options
author | makefunstuff <[email protected]> | 2024-06-28 21:49:42 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 21:49:42 +0200 |
commit | 8c4a3ae4c40d3b08b153f6143c69d6320e8d0286 (patch) | |
tree | d4e2dfd0385d5229814c93ea315f36dc45dc693e /tools/grafana/values.yaml | |
parent | b1f8aa3b4b182c002c34d3b45942e18fde5d654f (diff) | |
download | k3s-lab-8c4a3ae4c40d3b08b153f6143c69d6320e8d0286.tar.gz |
trying to split to separate applications and use applicationset instead
Diffstat (limited to 'tools/grafana/values.yaml')
-rw-r--r-- | tools/grafana/values.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml new file mode 100644 index 0000000..0bacc9e --- /dev/null +++ b/tools/grafana/values.yaml @@ -0,0 +1,20 @@ +global: + namespace: default + +grafana: + ingress: + enabled: true + annotations: + 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/redirect-entry-point: https + cert-manager.io/cluster-issuer: letsencrypt-prod + hosts: + - grafana.topkek.cloud + path: / + tls: + - hosts: + - grafana.topkek.cloud + secretName: grafana-tls + |