From c9d6660d91cbf923acc6983d2a5769766aee27c0 Mon Sep 17 00:00:00 2001 From: Anthony Lin Date: Wed, 7 Feb 2018 04:30:15 +0000 Subject: [PATCH] Bug Fix - Update Shipyard/Airflow Ingress Port The port should be 80 instead as that is the port that is opened on the Ingress Controller. Change-Id: Ic63ff3601522f47cae15150c07e1a7e8beb7a84a --- charts/shipyard/templates/service-airflow-ingress.yaml | 2 +- charts/shipyard/templates/service-shipyard-ingress.yaml | 2 +- charts/shipyard/values.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/shipyard/templates/service-airflow-ingress.yaml b/charts/shipyard/templates/service-airflow-ingress.yaml index bcb1a45a..07d8445a 100644 --- a/charts/shipyard/templates/service-airflow-ingress.yaml +++ b/charts/shipyard/templates/service-airflow-ingress.yaml @@ -25,7 +25,7 @@ metadata: spec: ports: - name: http - port: 8080 + port: 80 selector: app: ingress-api {{- end }} diff --git a/charts/shipyard/templates/service-shipyard-ingress.yaml b/charts/shipyard/templates/service-shipyard-ingress.yaml index 01794dc4..50f17c0d 100644 --- a/charts/shipyard/templates/service-shipyard-ingress.yaml +++ b/charts/shipyard/templates/service-shipyard-ingress.yaml @@ -25,7 +25,7 @@ metadata: spec: ports: - name: http - port: 9000 + port: 80 selector: app: ingress-api {{- end }} diff --git a/charts/shipyard/values.yaml b/charts/shipyard/values.yaml index a2287e28..b325d24b 100644 --- a/charts/shipyard/values.yaml +++ b/charts/shipyard/values.yaml @@ -189,6 +189,7 @@ endpoints: port: airflow_web: default: 8080 + public: 80 path: default: / scheme: