Skip to content

Commit

Permalink
Fix container port in web-ui chart
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jan 12, 2024
1 parent b2a6e3f commit 7d0f0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kamu-web-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/kamu-web-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: 8080
protocol: TCP
volumeMounts:
- name: configs
Expand Down

0 comments on commit 7d0f0c4

Please sign in to comment.