diff --git a/k8s/senpy-ingress.yaml b/k8s/senpy-ingress.yaml index 31de175..c8169f6 100644 --- a/k8s/senpy-ingress.yaml +++ b/k8s/senpy-ingress.yaml @@ -7,6 +7,16 @@ metadata: app: senpy-latest spec: rules: + - host: senpy-latest.gsi.upm.es + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: senpy-latest + port: + number: 5000 - host: latest.senpy.gsi.upm.es http: paths: