generated from coulomb/repo-seed
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:
30
k8s/railiance-production/30-ingress.yaml
Normal file
30
k8s/railiance-production/30-ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user