tasks
This commit is contained in:
18
sqtasks/tasks-ingress.yaml
Normal file
18
sqtasks/tasks-ingress.yaml
Normal 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: /
|
||||
|
Reference in New Issue
Block a user