9ab78d9bb6
Brings the existing manually-applied ghost-en (theexclusionzone.com) into the GitOps repo. Adds redirect-to-www-https middleware to fix the Google Search Console redirect issue: non-www now 301s to https://www instead of serving duplicate content. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
14 lines
269 B
YAML
14 lines
269 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: ghost-en-tls
|
|
namespace: ghost-en
|
|
spec:
|
|
secretName: ghost-en-tls
|
|
issuerRef:
|
|
kind: ClusterIssuer
|
|
name: letsencrypt-prod
|
|
dnsNames:
|
|
- theexclusionzone.com
|
|
- www.theexclusionzone.com
|