mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-08 22:43:03 +00:00
14 lines
295 B
YAML
14 lines
295 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: focalboard-cert
|
|
namespace: istio-system
|
|
spec:
|
|
secretName: focalboard-cert
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- pm.local.gwg313.xyz
|
|
- pm.gwg313.xyz
|
|
- pm.zerotier.gwg313.xyz
|