Initial commit

This commit is contained in:
2026-06-01 10:10:01 +02:00
commit e613ea6df3
403 changed files with 41987 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: grafana-tls
namespace: envoy-gateway
spec:
secretName: grafana-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- grafana.jsme.be
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: vmagent-tls
namespace: envoy-gateway
spec:
secretName: vmagent-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- vmagent.jsme.be
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: vmetrics-tls
namespace: envoy-gateway
spec:
secretName: vmetrics-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- vmetrics.jsme.be