From 238f76442c92d1bbdd50d2420f7c42d3baf51e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Tue, 15 Jan 2019 17:32:07 +0100 Subject: [PATCH] Add senpy.gsi.upm.es --- k8s/senpy-ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/k8s/senpy-ingress.yaml b/k8s/senpy-ingress.yaml index 401bb32..a12d059 100644 --- a/k8s/senpy-ingress.yaml +++ b/k8s/senpy-ingress.yaml @@ -15,3 +15,10 @@ spec: backend: serviceName: senpy-$NAME-latest servicePort: 5000 + - host: senpy.gsi.upm.es + http: + paths: + - path: / + backend: + serviceName: senpy-$NAME-latest + servicePort: 5000