mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
# /infrastructure/configs/cert-manager/certificate.yaml
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: wildcard-nmsny-dev
|
|
namespace: traefik
|
|
spec:
|
|
secretName: wildcard-nmsny-dev-tls
|
|
dnsNames:
|
|
- "example.com"
|
|
- "*.example.com"
|
|
issuerRef:
|
|
name: cloudflare-prod
|
|
kind: Issuer |