Skip to content

Commit

Permalink
Merge pull request #3101 from OpenNeuroOrg/helm-fixes
Browse files Browse the repository at this point in the history
chore(helm): Simplify BackendConfig name
  • Loading branch information
nellh authored Jul 16, 2024
2 parents df9d423 + beb9c20 commit 11a7115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/openneuro/templates/datalad-worker-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
name: {{ .Release.Name }}-datalad-worker
name: datalad-worker
spec:
timeoutSec: 600
---
Expand All @@ -12,7 +12,7 @@ kind: Service
metadata:
name: {{ $relname }}-dataset-worker-{{ . }}
annotations:
cloud.google.com/backend-config: '{"default": "'{{ $relname }}'-datalad-worker"}'
cloud.google.com/backend-config: '{"default": "datalad-worker"}'
spec:
selector:
statefulset.kubernetes.io/pod-name: {{ $relname }}-dataset-worker-{{ . }}
Expand Down

0 comments on commit 11a7115

Please sign in to comment.