This commit is contained in:
2023-10-19 12:39:29 +02:00
parent b77d8da90e
commit 823049e14b
16 changed files with 398 additions and 92 deletions

22
grafana/ingress.yml Normal file
View File

@ -0,0 +1,22 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: grafana
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production-http
spec:
tls:
- hosts:
- grafana.mainscnt.eu
secretName: grafana-cert
rules:
- host: grafana.mainscnt.eu
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: mainscntgrafana
port:
number: 80