Skip to content

Commit

Permalink
Switch deployment to default port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
nexcalmart committed Mar 4, 2024
1 parent f979036 commit d175db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 10 }}
Expand Down

0 comments on commit d175db6

Please sign in to comment.