Skip to content

Commit

Permalink
fix(helm): Raise HTTP timeout for git requests to 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
nellh committed Jul 1, 2024
1 parent b9a3b15 commit 908b583
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/openneuro/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: openneuro
version: 1.2.0
version: 1.2.1
description: OpenNeuro production deployment chart
home: https://openneuro.org
sources:
Expand Down
9 changes: 9 additions & 0 deletions helm/openneuro/templates/datalad-worker-service.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
name: {{ .Release.Name }}-datalad-worker
spec:
timeoutSec: 600
---
{{- $relname := .Release.Name -}}
{{- range until ( .Values.dataladWorkers | int ) }}
apiVersion: v1
kind: Service
metadata:
name: {{ $relname }}-dataset-worker-{{ . }}
annotations:
cloud.google.com/backend-config: '{"default": "'{{ $relname }}'-datalad-worker"}'
spec:
selector:
statefulset.kubernetes.io/pod-name: {{ $relname }}-dataset-worker-{{ . }}
Expand Down

0 comments on commit 908b583

Please sign in to comment.