mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
a0abbede49
Update RDFlib to 6.1.1 (removed rdflib-jsonld, as it is deprecated) Bumped minimum python version: 3.7 (as a result of RDFLIB 6) Added ProxyFix to run behind nginx (Added --no-proxy to run without the fix) Replaced http media links to protocol-agnostic links in playground Enable CORS (via --enable-cors) Update old urls (replaced *.cluster.gsi.dit.upm.es with *.gsi.upm.es)
22 lines
404 B
YAML
22 lines
404 B
YAML
---
|
|
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
metadata:
|
|
name: senpy-ingress
|
|
spec:
|
|
rules:
|
|
- host: latest.senpy.gsi.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: senpy-latest
|
|
servicePort: 5000
|
|
- host: latest.senpy.gsi.upm.es
|
|
http:
|
|
paths:
|
|
- path: /
|
|
backend:
|
|
serviceName: senpy-latest
|
|
servicePort: 5000
|