Skip to content

Commit

Permalink
fix: remove unused fivenet service port
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Jun 14, 2024
1 parent 2f59219 commit 9266309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/fivenet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.3
version: 0.7.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 0 additions & 4 deletions charts/fivenet/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ spec:
port: 7070
protocol: TCP
targetPort: metrics
- name: iconify
port: 3000
protocol: TCP
targetPort: iconify
selector:
app.kubernetes.io/component: frontend
{{- include "fivenet.selectorLabels" . | nindent 4 }}

0 comments on commit 9266309

Please sign in to comment.