mirror of
https://github.com/gwg313/homelab-gitops.git
synced 2026-06-05 21:41:03 +00:00
12 lines
244 B
YAML
12 lines
244 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: bytestash-cert
|
|
namespace: istio-system
|
|
spec:
|
|
secretName: bytestash-cert
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
dnsNames:
|
|
- snippets.gwg313.xyz
|