[incubator/drone] GCE Ingress Path Fix (#3615)

* Fix for GCE ingress

* Bumping version number of the chart

* Update Chart.yaml
This commit is contained in:
Depado
2018-02-10 06:24:52 -08:00
committed by k8s-ci-robot
parent f04a361532
commit e9dfaff5af
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: drone
home: https://drone.io/
icon: http://docs.drone.io/logo.svg
version: 0.3.2
version: 0.3.3
appVersion: 0.8.4
description: Drone is a Continuous Delivery system built on container technology
keywords:
+4
View File
@@ -20,7 +20,11 @@ spec:
- host: {{ . }}
http:
paths:
{{- if (eq (0 | (index $.Values.ingress.annotations "kubernetes.io/ingress.class")) "gce") }}
- path: /*
{{- else }}
- path: /
{{- end }}
backend:
serviceName: {{ $fullName }}
servicePort: {{ $httpPort }}