Alexis Bruneteau a55a295164
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 39s
pre-alpha test
2025-06-01 14:04:20 +02:00

22 lines
578 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hosting-ingress
namespace: hosting-alpha
annotations:
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: web
traefik.ingress.kubernetes.io/router.middlewares: alpha-allow-local@kubernetescrd
spec:
rules:
- host: alpha.portfolio-host.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hosting-frontend-service
port:
number: 80