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: