[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
This commit is contained in:
Michiel De Mey
2018-07-25 08:57:55 -07:00
committed by k8s-ci-robot
parent ee2dd0fae9
commit 2bbaa87e73
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -24,6 +24,10 @@ spec:
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
- path: /*
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
{{- end -}}
{{- if .Values.ingress.tls }}
tls: