Ingress en tls, ajout auth, etc
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user