From 82cb4b19aee6e7991616f041ebe2dac9bab96649 Mon Sep 17 00:00:00 2001 From: Ioan Damian Date: Sat, 23 Jan 2021 14:29:48 +0200 Subject: [PATCH 1/2] mobile-api needs NodePort so it can be reached by the load balancer --- charts/mobile-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mobile-api/values.yaml b/charts/mobile-api/values.yaml index 35cd6b2..c7a50b3 100644 --- a/charts/mobile-api/values.yaml +++ b/charts/mobile-api/values.yaml @@ -42,7 +42,7 @@ containerPort: 80 healthCheck: "" service: - type: ClusterIP + type: NodePort port: 80 ingress: From c64e849e3cf3703b5c53cf56cff85ccba02376e0 Mon Sep 17 00:00:00 2001 From: Ioan Damian Date: Sat, 23 Jan 2021 14:38:48 +0200 Subject: [PATCH 2/2] bump chart version for mobile-api --- charts/mobile-api/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mobile-api/Chart.yaml b/charts/mobile-api/Chart.yaml index 49f9700..6bad323 100644 --- a/charts/mobile-api/Chart.yaml +++ b/charts/mobile-api/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: mobile-api description: Helm chart for mobile-api app type: application -version: 0.0.3 +version: 0.0.4 appVersion: "0.0.31" keywords: - mobile-api