From 2bbaa87e7383ee4cb91aadd2253876eb31c40b35 Mon Sep 17 00:00:00 2001 From: Michiel De Mey Date: Wed, 25 Jul 2018 17:57:55 +0200 Subject: [PATCH] [stable/verdaccio] Route all traffic to the service (#6726) * Route all traffic to the service Will now route all traffic to the service and not just the root path. * Keep root path * Version bump --- stable/verdaccio/Chart.yaml | 2 +- stable/verdaccio/templates/ingress.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/verdaccio/Chart.yaml b/stable/verdaccio/Chart.yaml index 6bd096fe12..426abc72a2 100644 --- a/stable/verdaccio/Chart.yaml +++ b/stable/verdaccio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: A lightweight private npm proxy registry (sinopia fork) name: verdaccio -version: 0.3.0 +version: 0.3.1 appVersion: 3.2 home: http://www.verdaccio.org icon: https://raw.githubusercontent.com/verdaccio/verdaccio/master/assets/bitmap/logo/logo-twitter.png diff --git a/stable/verdaccio/templates/ingress.yaml b/stable/verdaccio/templates/ingress.yaml index 6ab36a6a6b..b823df22ad 100644 --- a/stable/verdaccio/templates/ingress.yaml +++ b/stable/verdaccio/templates/ingress.yaml @@ -24,6 +24,10 @@ spec: backend: serviceName: {{ $serviceName }} servicePort: {{ $servicePort }} + - path: /* + backend: + serviceName: {{ $serviceName }} + servicePort: {{ $servicePort }} {{- end -}} {{- if .Values.ingress.tls }} tls: