We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b3f77a + 2432ece commit 64fdbd9Copy full SHA for 64fdbd9
2 files changed
.drone.yml
@@ -31,6 +31,7 @@ helm_deploy: &helm_deploy
31
skip_tls_verify: true
32
helm_repos: srcd-charts=https://src-d.github.io/charts/
33
chart: srcd-charts/gitbase-web
34
+ chart-version: 0.2.1
35
release: gp
36
tiller_ns: kube-system
37
wait: true
.helm-staging.yml
@@ -1,3 +1,7 @@
1
+service:
2
+ type: NodePort
3
+ port: 8080
4
+
5
bblfshdServer:
6
image:
7
repository: bblfsh/bblfshd
0 commit comments