Reset git history for making manifests public
This commit is contained in:
59
envoy-gateway/monitoring/certificate.yaml
Normal file
59
envoy-gateway/monitoring/certificate.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
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
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: vlogs-tls
|
||||
namespace: envoy-gateway
|
||||
spec:
|
||||
secretName: vlogs-tls
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
issuerRef:
|
||||
name: azure-dns
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- vlogs.jsme.be
|
||||
Reference in New Issue
Block a user