14 行
280 B
YAML
14 行
280 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: fillcode-com-crt
|
|
namespace: infra-net
|
|
spec:
|
|
secretName: fillcode-com-crt
|
|
issuerRef:
|
|
name: dnspod
|
|
kind: ClusterIssuer
|
|
group: cert-manager.io
|
|
dnsNames:
|
|
- "fillcode.com"
|
|
- "*.fillcode.com" |