mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Restructure deployments
This commit is contained in:
14
infrastructure/configs/cert-manager/certificate.yaml
Normal file
14
infrastructure/configs/cert-manager/certificate.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# /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
|
||||
Reference in New Issue
Block a user