mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
ee2dd0fae9
commit
2bbaa87e73
@@ -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
|
||||
|
||||
@@ -24,6 +24,10 @@ spec:
|
||||
backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
servicePort: {{ $servicePort }}
|
||||
- path: /*
|
||||
backend:
|
||||
serviceName: {{ $serviceName }}
|
||||
servicePort: {{ $servicePort }}
|
||||
{{- end -}}
|
||||
{{- if .Values.ingress.tls }}
|
||||
tls:
|
||||
|
||||
Reference in New Issue
Block a user