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

20 lines
417 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: hosting-ingress
namespace: hosting
annotations:
kubernetes.io/ingress.class: traefik
spec:
rules:
- host: hosting.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: hosting-frontend-service
port:
number: 80