mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-06 00:01:01 +00:00
12 lines
247 B
YAML
12 lines
247 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: linkwarden-cert
|
|
namespace: istio-system
|
|
spec:
|
|
secretName: linkwarden-cert
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- bookmarks.gwg313.xyz
|