initial commit

This commit is contained in:
allard
2025-11-23 18:58:51 +01:00
commit 376a944abc
1553 changed files with 314731 additions and 0 deletions

3
prod/grafana/README.md Executable file
View File

@@ -0,0 +1,3 @@
1) enable microk8s built-in observability
2) apply ingressroute-tls (in namespace observability)
3) log in with password: prom-operator

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: grafana-tls
namespace: observability
spec:
entryPoints:
- websecure
routes:
- match: Host(`grafana-prod.allarddcs.nl`)
kind: Rule
services:
- name: kube-prom-stack-grafana
port: 80
tls:
certResolver: letsencrypt

View File

@@ -0,0 +1,16 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: grafana-tls-alldcs
namespace: observability
spec:
entryPoints:
- websecure
routes:
- match: Host(`grafana-prod.alldcs.nl`)
kind: Rule
services:
- name: kube-prom-stack-grafana
port: 80
tls:
certResolver: letsencrypt