Skip to content

Commit bed48f0

Browse files
authored
removed minReadySeconds settings from Searcher and Symbols (#255)
1 parent f69e8ef commit bed48f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
app.kubernetes.io/component: searcher
1313
name: {{ .Values.searcher.name }}
1414
spec:
15-
minReadySeconds: 10
1615
replicas: {{ .Values.searcher.replicaCount }}
1716
revisionHistoryLimit: {{ .Values.sourcegraph.revisionHistoryLimit }}
1817
selector:

charts/sourcegraph/templates/symbols/symbols.StatefulSet.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
app.kubernetes.io/component: symbols
1313
name: {{ .Values.symbols.name }}
1414
spec:
15-
minReadySeconds: 10
1615
replicas: {{ .Values.symbols.replicaCount }}
1716
revisionHistoryLimit: {{ .Values.sourcegraph.revisionHistoryLimit }}
1817
selector:

0 commit comments

Comments
 (0)