Skip to content

Commit

Permalink
add backend config for substreams tier 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra committed Jul 27, 2024
1 parent 3ccf530 commit 8f55a18
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/firehose-antelope/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ appVersion: 0.1.0
description: A Helm chart for firehose-antelope components
name: firehose-antelope
type: application
version: 1.1.2
version: 1.1.3

dependencies:
- name: reader-node
Expand All @@ -16,7 +16,7 @@ dependencies:
version: 0.1.1
repository: file://charts/relayer
- name: substreams-tier1
version: 0.1.1
version: 0.1.2
repository: file://charts/substreams-tier1
- name: substreams-tier2
version: 0.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: v1.3.2-1.0.2
description: A Helm chart for substreams-tier1
name: substreams-tier1
type: application
version: 0.1.1
version: 0.1.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{{- if .Values.backendConfig.enabled -}}
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
name: {{ .Chart.Name }}-bec-https
labels:
{{- include "substreams-tier1.labels" . | nindent 4 }}
spec:
healthCheck:
checkIntervalSec: 10
port: 9000
requestPath: /
timeoutSec: 3
type: HTTPS
timeoutSec: 86400
{{- end }}
3 changes: 3 additions & 0 deletions charts/firehose-antelope/charts/substreams-tier1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ autoscaling:

nodeSelector:
role: application

backendConfig:
enabled: false

0 comments on commit 8f55a18

Please sign in to comment.