Skip to content

Commit

Permalink
build(repo): fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Dec 20, 2024
1 parent 2d12e1e commit 525a6b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: fuel-streams
version: 0.6.1
version: 0.6.2
dependencies:
- name: nats
version: 1.2.8
Expand Down
5 changes: 3 additions & 2 deletions cluster/charts/fuel-streams/templates/webserver/service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- $webserver := .Values.webserver }}
{{- $service := $webserver.service }}
{{- if and $webserver.enabled $service.enabled }}
---
Expand Down Expand Up @@ -25,8 +26,8 @@ spec:
externalTrafficPolicy: Local
ports:
- name: webserver
port: {{ $webserver.port }}
targetPort: {{ $webserver.port }}
port: {{ $service.port }}
targetPort: {{ $service.port }}
protocol: TCP
appProtocol: tcp
selector:
Expand Down

0 comments on commit 525a6b2

Please sign in to comment.