diff --git a/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml b/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml index 9c341677..6fb89391 100644 --- a/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml +++ b/charts/sourcegraph/templates/searcher/searcher.StatefulSet.yaml @@ -12,7 +12,6 @@ metadata: app.kubernetes.io/component: searcher name: {{ .Values.searcher.name }} spec: - minReadySeconds: 10 replicas: {{ .Values.searcher.replicaCount }} revisionHistoryLimit: {{ .Values.sourcegraph.revisionHistoryLimit }} selector: diff --git a/charts/sourcegraph/templates/symbols/symbols.StatefulSet.yaml b/charts/sourcegraph/templates/symbols/symbols.StatefulSet.yaml index a408bcd2..f5288231 100644 --- a/charts/sourcegraph/templates/symbols/symbols.StatefulSet.yaml +++ b/charts/sourcegraph/templates/symbols/symbols.StatefulSet.yaml @@ -12,7 +12,6 @@ metadata: app.kubernetes.io/component: symbols name: {{ .Values.symbols.name }} spec: - minReadySeconds: 10 replicas: {{ .Values.symbols.replicaCount }} revisionHistoryLimit: {{ .Values.sourcegraph.revisionHistoryLimit }} selector: