From d175db612bf3937323ec2fd916c4a07e13009ec6 Mon Sep 17 00:00:00 2001 From: nexcalmart <134620944+nexcalmart@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:49:41 +0100 Subject: [PATCH] Switch deployment to default port 8080 --- charts/airbyte-webapp/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/airbyte-webapp/templates/deployment.yaml b/charts/airbyte-webapp/templates/deployment.yaml index 881796426a9..a0f21e42000 100644 --- a/charts/airbyte-webapp/templates/deployment.yaml +++ b/charts/airbyte-webapp/templates/deployment.yaml @@ -141,7 +141,7 @@ spec: {{- end }} ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP {{- if .Values.resources }} resources: {{- toYaml .Values.resources | nindent 10 }}