Skip to content
Snippets Groups Projects
Commit 156e1e9c authored by Marco Lorini's avatar Marco Lorini
Browse files

2022-01-27 ML: change ingress service fields

parent 545e5679
No related branches found
No related tags found
Loading
...@@ -14,13 +14,17 @@ spec: ...@@ -14,13 +14,17 @@ spec:
- path: / - path: /
pathType: Prefix pathType: Prefix
backend: backend:
serviceName: ffds-register service:
servicePort: 80 name: ffds-register
port:
number: 80
- path: /harvester/* - path: /harvester/*
pathType: Prefix pathType: Prefix
backend: backend:
serviceName: smartharvester service:
servicePort: 8080 name: smartharvester
port:
number: 8080
tls: tls:
- hosts: - hosts:
- f2os.eosc-pillar.eu - f2os.eosc-pillar.eu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment