Moved to staging domain
This commit is contained in:
@@ -8,7 +8,22 @@ spec:
|
||||
issuerRef:
|
||||
name: letsencrypt
|
||||
kind: ClusterIssuer
|
||||
commonName: "*.huizinga.dev"
|
||||
commonName: "huizinga.dev"
|
||||
dnsNames:
|
||||
- "huizinga.dev"
|
||||
- "*.huizinga.dev"
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: staging-huizinga-dev
|
||||
namespace: default
|
||||
spec:
|
||||
secretName: staging-huizinga-dev-tls
|
||||
issuerRef:
|
||||
name: letsencrypt
|
||||
kind: ClusterIssuer
|
||||
commonName: "staging.huizinga.dev"
|
||||
dnsNames:
|
||||
- "staging.huizinga.dev"
|
||||
- "*.staging.huizinga.dev"
|
||||
|
||||
Reference in New Issue
Block a user