Skip to content

Commit

Permalink
Set targetPort in service manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Footur committed Jul 19, 2023
1 parent 8c83a7c commit 9df19f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: fider
description: An open platform to collect and prioritize feedback
type: application
version: 0.0.2
version: 0.0.3
appVersion: 0.21.1
icon: https://fider.io/favicon-32x32.png
home: https://fider.io/
Expand Down
2 changes: 1 addition & 1 deletion charts/fider/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fider

![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.1](https://img.shields.io/badge/AppVersion-0.21.1-informational?style=flat-square)
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.21.1](https://img.shields.io/badge/AppVersion-0.21.1-informational?style=flat-square)

An open platform to collect and prioritize feedback

Expand Down
1 change: 1 addition & 0 deletions charts/fider/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 3000
protocol: TCP
- name: http-metrics
port: 4000
Expand Down

0 comments on commit 9df19f5

Please sign in to comment.