diff --git a/charts/mageai/templates/deployment.yaml b/charts/mageai/templates/deployment.yaml index 00ad4b3..c001ac3 100644 --- a/charts/mageai/templates/deployment.yaml +++ b/charts/mageai/templates/deployment.yaml @@ -52,7 +52,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: {{ .Values.service.port }} + containerPort: 6789 protocol: TCP {{- if .Values.customLivenessProbe }} livenessProbe: {{- toYaml .Values.customLivenessProbe | nindent 12 }}