Alexis Bruneteau f03513aa99
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 13s
prod v0
2025-06-02 11:10:20 +02:00

20 lines
425 B
YAML

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