feat: add Kubernetes manifests for Traefik ingress

This commit is contained in:
2026-03-11 15:00:56 +01:00
parent 9c4bce0473
commit 78aaf56149
3 changed files with 58 additions and 0 deletions

18
k8s/ingress.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: cmsn-b-linh
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- host: cmsn-b-linh.duylai.duckdns.org
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: cmsn-b-linh
port:
number: 80