mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Set up cert-manager wildcard certs
This commit is contained in:
13
infrastructure/prod/traefik/certificate.yaml
Normal file
13
infrastructure/prod/traefik/certificate.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user