mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 01:01:03 +00:00
Signed-off-by: gwg313 <gwg313@pm.me> istio-update Signed-off-by: gwg313 <gwg313@pm.me>
13 lines
279 B
YAML
13 lines
279 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: grafana-cert
|
|
namespace: istio-system
|
|
spec:
|
|
secretName: grafana-cert
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- grafana.local.gwg313.xyz
|
|
- grafana.zerotier.gwg313.xyz
|