docker-registry path override (#5343)

* docker-registry path override

This adds the ability to the docker-registry the ability to
override the path the ingress is bound to.

* Update Chart.yaml
This commit is contained in:
kfox1111
2018-05-09 22:59:52 -07:00
committed by k8s-ci-robot
parent 8022b45c7c
commit 084b843647
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Docker Registry
name: docker-registry
version: 1.2.1
version: 1.3.0
appVersion: 2.6.2
home: https://hub.docker.com/_/registry/
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
@@ -20,7 +20,7 @@ spec:
- host: {{ $host }}
http:
paths:
- path: /
- path: {{ .Values.ingress.path }}
backend:
serviceName: {{ $serviceName }}
servicePort: {{ $servicePort }}
+1
View File
@@ -25,6 +25,7 @@ service:
# foo.io/bar: "true"
ingress:
enabled: false
path: /
# Used to create an Ingress record.
hosts:
- chart-example.local