Ingress en tls, ajout auth, etc

This commit is contained in:
Justine Pelletreau
2022-08-19 14:53:02 +02:00
parent a5644f9f13
commit 2ebc7cec77
14 changed files with 70 additions and 175 deletions

View File

@ -3,7 +3,14 @@ kind: Ingress
metadata:
name: grafana-ingr
namespace: monitoring
annotations:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
tls:
- secretName: grafana-tls
hosts:
- graf.squi.fr
ingressClassName: nginx
rules:
- host: graf.squi.fr