Kubernetes manifests for muffinlabs.ai SSL via cert-manager: - Namespace - Certificate (Let's Encrypt via letsencrypt-production ClusterIssuer) - Traefik IngressRoute with TLS - HTTP to HTTPS redirect middleware - www to apex redirect middleware Part of RFC 0002: amplify-deployment Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
155 B
YAML
7 lines
155 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: muffinlabs
|
|
labels:
|
|
app.kubernetes.io/name: muffinlabs
|
|
app.kubernetes.io/part-of: muffinlabs-web
|