diff --git a/charts/firehose-antelope/Chart.yaml b/charts/firehose-antelope/Chart.yaml index 396bbfa..a18c566 100644 --- a/charts/firehose-antelope/Chart.yaml +++ b/charts/firehose-antelope/Chart.yaml @@ -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 @@ -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 diff --git a/charts/firehose-antelope/charts/substreams-tier1/Chart.yaml b/charts/firehose-antelope/charts/substreams-tier1/Chart.yaml index f580877..fa9b1b2 100644 --- a/charts/firehose-antelope/charts/substreams-tier1/Chart.yaml +++ b/charts/firehose-antelope/charts/substreams-tier1/Chart.yaml @@ -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 diff --git a/charts/firehose-antelope/charts/substreams-tier1/templates/backendconfig.yaml b/charts/firehose-antelope/charts/substreams-tier1/templates/backendconfig.yaml new file mode 100644 index 0000000..26c63ac --- /dev/null +++ b/charts/firehose-antelope/charts/substreams-tier1/templates/backendconfig.yaml @@ -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 }} diff --git a/charts/firehose-antelope/charts/substreams-tier1/values.yaml b/charts/firehose-antelope/charts/substreams-tier1/values.yaml index 401074d..8192fcc 100644 --- a/charts/firehose-antelope/charts/substreams-tier1/values.yaml +++ b/charts/firehose-antelope/charts/substreams-tier1/values.yaml @@ -100,3 +100,6 @@ autoscaling: nodeSelector: role: application + +backendConfig: + enabled: false