Files
infra-hideyoshi.com/template/cert-manager/cert-manager-certificate.template.yaml

16 lines
421 B
YAML

apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: letsencrypt-cluster-certificate
namespace: ${KUBE_NAMESPACE}
spec:
dnsNames:
- ${KUBE_DOMAIN}
- ${KUBE_API_DOMAIN}
secretName: letsencrypt-cluster-certificate-tls
issuerRef:
name: cluster-certificate-issuer
kind: ClusterIssuer
subject:
organizations:
- ${KUBE_DOMAIN_ORGANIZATION}