Skip to content

Commit 6fd7dd4

Browse files
jirislavnineinchnick
authored andcommitted
Set explicit number of replicas for coordinator
1 parent a9734bf commit 6fd7dd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/trino/templates/deployment-coordinator.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ metadata:
1414
annotations:
1515
{{- toYaml .Values.coordinator.deployment.annotations | nindent 4 }}
1616
spec:
17+
replicas: 1
1718
progressDeadlineSeconds: {{ .Values.coordinator.deployment.progressDeadlineSeconds }}
1819
revisionHistoryLimit: {{ .Values.coordinator.deployment.revisionHistoryLimit }}
1920
strategy:

0 commit comments

Comments
 (0)