This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core-hub/k8s/railiance-production/30-ingress.yaml

31 lines
758 B
YAML

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