trinodb / charts

Apache License 2.0
151 stars 173 forks source link

Deployment coordinator not have replicas #250

Closed minhpnz closed 2 weeks ago

minhpnz commented 2 weeks ago

Hi can you check on deployment coordinator seem like it is missing replicas

spec: progressDeadlineSeconds: {{ .Values.coordinator.deployment.progressDeadlineSeconds }} revisionHistoryLimit: {{ .Values.coordinator.deployment.revisionHistoryLimit }} strategy: {{- toYaml .Values.coordinator.deployment.strategy | nindent 4 }} ==> replicas: {{ .Values.server.coordinator }} ==> Missing replicas selector: matchLabels: {{- include "trino.selectorLabels" . | nindent 6 }} app.kubernetes.io/component: coordinator template: metadata: annotations:

mosabua commented 2 weeks ago

Just in case others are wondering - Trino works with one coordinator only per cluster. See https://trino.io/docs/current/overview/concepts.html#architecture