-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.helm_staging.yml
More file actions
39 lines (34 loc) · 911 Bytes
/
.helm_staging.yml
File metadata and controls
39 lines (34 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
service:
type: NodePort
port: 80
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: gce
kubernetes.io/ingress.global-static-ip-name: bblfsh-play2-staging
kubernetes.io/tls-acme: "true"
hosts:
- play-staging.bblf.sh
tls:
- secretName: play-staging-bblf-sh-tls
hosts:
- play-staging.bblf.sh
replicaCount: 2
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
#This value depends of the HELM_RELEASE defined in .travis.yml should be ${HELM_RELEASE}-${CHART_NAME}
- play-bblfsh-web
topologyKey: kubernetes.io/hostname
nodeSelector:
cloud.google.com/gke-nodepool: default-pool
bblfshd-sidecar:
metrics:
enabled: true
image:
tag: v2.14.0-drivers