From 7d0f0c4a2f6bd132181e96b726c0023f424b255d Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Fri, 12 Jan 2024 13:51:50 -0800 Subject: [PATCH] Fix container port in web-ui chart --- charts/kamu-web-ui/Chart.yaml | 2 +- charts/kamu-web-ui/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kamu-web-ui/Chart.yaml b/charts/kamu-web-ui/Chart.yaml index 9eb7fd8..4322acc 100644 --- a/charts/kamu-web-ui/Chart.yaml +++ b/charts/kamu-web-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kamu-web-ui description: Web frontend component of the Kamu Compute Node type: application -version: 0.13.4 +version: 0.13.5 appVersion: "0.13.0" home: https://kamu.dev icon: https://www.kamu.dev/images/kamu_logo_icon_bg_square.png diff --git a/charts/kamu-web-ui/templates/deployment.yaml b/charts/kamu-web-ui/templates/deployment.yaml index 68b714f..41a04ca 100644 --- a/charts/kamu-web-ui/templates/deployment.yaml +++ b/charts/kamu-web-ui/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: imagePullPolicy: {{ .Values.image.pullPolicy }} ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP volumeMounts: - name: configs