hearth/kubernetes/muffinlabs/namespace.yaml
Eric Garcia 1dfaf86783 Add MuffinLabs SSL configuration for hearth
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>
2026-02-04 12:07:12 -05:00

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