Skip to content

Commit

Permalink
Merge pull request #54 from mummyhen/bugfix/allow-changing-port
Browse files Browse the repository at this point in the history
service is always running on 6789 (cannot be changed)
  • Loading branch information
wangxiaoyou1993 committed Jun 25, 2024
2 parents 8d2b4c5 + e6b68cb commit 7b3ff06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mageai/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7b3ff06

Please sign in to comment.