Reset git history for making manifests public

This commit is contained in:
2026-06-01 11:06:25 +02:00
commit 2ab124916d
371 changed files with 41041 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