mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
13 lines
229 B
YAML
13 lines
229 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: sish-tls
|
|
spec:
|
|
secretName: sish-tls
|
|
dnsNames:
|
|
- "*.tun.sdg.moe"
|
|
issuerRef:
|
|
name: letsencrypt-dns
|
|
kind: ClusterIssuer
|
|
group: cert-manager.io
|