feat: staging wildcard certificate
This commit is contained in:
15
infra/configs/cert-manager/certificates-staging.yaml
Normal file
15
infra/configs/cert-manager/certificates-staging.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: wildcard-cert-yadunut.dev-staging
|
||||
namespace: cert-manager-certs
|
||||
spec:
|
||||
# Secret names are always required.
|
||||
secretName: wildcard-cert-yadunut.dev-staging
|
||||
issuerRef:
|
||||
name: letsencrypt-staging
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- "yadunut.dev"
|
||||
- "*.yadunut.dev"
|
||||
@@ -28,3 +28,8 @@ apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager-system
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager-certs
|
||||
|
||||
Reference in New Issue
Block a user