Skip to content

Commit 502a761

Browse files
authored
Fix issue with analyzers pod stuck in CC when upgrading (#4763)
1 parent 06295a3 commit 502a761

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

deploy/kubernetes/console/templates/analyzers.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ metadata:
1515
app.kubernetes.io/component: "stratos-analyzers"
1616
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
1717
spec:
18+
replicas: 1
19+
strategy:
20+
type: RollingUpdate
21+
rollingUpdate:
22+
maxSurge: 0
23+
maxUnavailable: 1
1824
selector:
1925
matchLabels:
2026
app.kubernetes.io/name: "stratos"

0 commit comments

Comments
 (0)