Skip to content

Commit 2432ece

Browse files
author
Rafael Porres Molina
committed
Service defaults have changed in upstream chart
Hence we fix the old defaults to avoid changes in our deployment. The main thing is to fix service type to node port as it is required by GCE ingress. Signed-off-by: Rafael Porres Molina <rafa@sourced.tech>
1 parent 9b3f77a commit 2432ece

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.drone.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ helm_deploy: &helm_deploy
3131
skip_tls_verify: true
3232
helm_repos: srcd-charts=https://src-d.github.io/charts/
3333
chart: srcd-charts/gitbase-web
34+
chart-version: 0.2.1
3435
release: gp
3536
tiller_ns: kube-system
3637
wait: true

.helm-staging.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
service:
2+
type: NodePort
3+
port: 8080
4+
15
bblfshdServer:
26
image:
37
repository: bblfsh/bblfshd

0 commit comments

Comments
 (0)