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

2021-01-21 ML: add smartharvester service as path in the ingress config

parent 0032f843
No related branches found
No related tags found
No related merge requests found
......@@ -4,21 +4,39 @@ metadata:
name: ingress-rules
namespace: f2ds
annotations:
ingress.kubernetes.io/rewrite-target: /
ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
rules:
- host:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: ffds-register
servicePort: 80
- path: /app
pathType: Prefix
backend:
serviceName: fdp-client
servicePort: 80
- host:
http:
paths:
- path: /
pathType: Prefix
backend:
serviceName: ffds-register
servicePort: 80
- path: /app
pathType: Prefix
backend:
serviceName: fdp-client
servicePort: 80
- path: /setting/*
pathType: Prefix
backend:
serviceName: ffds-register-api
servicePort: 80
- path: /blazegraph/*
pathType: Prefix
backend:
serviceName: blazegraph
servicePort: 8888
- path: /harvester/*
pathType: Prefix
backend:
serviceName: smartharvester
servicePort: 8080
tls:
- hosts:
- ffds.eosc-pillar.eu
secretName: ffds-tls
\ No newline at end of file
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