Production deployment profile + cutover runbook for hub.coulomb.social (CORE-WP-0005-T04)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 01:41:38 +02:00
parent a33191ab3a
commit defe4a6af8
5 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: core-hub
namespace: core-hub
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
labels:
app.kubernetes.io/name: core-hub
app.kubernetes.io/part-of: core-hub
environment: production
spec:
ingressClassName: traefik
rules:
- host: hub.coulomb.social
http:
paths:
- backend:
service:
name: core-hub-api
port:
number: 8010
path: /
pathType: Prefix
tls:
- hosts:
- hub.coulomb.social
secretName: core-hub-tls