This commit is contained in:
Justine Pelletreau
2022-06-17 21:46:52 +02:00
parent f1decc1dd4
commit 0de7119b28
5 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: tasks-ingr
spec:
ingressClassName: nginx
rules:
- host: todo.squi.fr
http:
paths:
- pathType: Prefix
backend:
service:
name: tasks
port:
number: 8080
path: /