mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user