Split manifests into infra/ and applications/
This commit is contained in:
44
infra/envoy-gateway/monitoring/monitoring-certificate.yaml
Normal file
44
infra/envoy-gateway/monitoring/monitoring-certificate.yaml
Normal 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
|
||||
Reference in New Issue
Block a user