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 525a6b2 commit 6ec29ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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.2
version: 0.6.3
dependencies:
- name: nats
version: 1.2.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ spec:
- name: webserver
containerPort: {{ $webserver.port }}
protocol: TCP
{{- if $webserver.ports }}
{{- toYaml $webserver.ports | nindent 12 }}
{{- end }}

{{- include "set-field-and-value" (dict "context" $webserver "field" "resources" "path" "config.resources") | nindent 10 }}
{{- include "k8s.probes" (dict "context" . "service" "webserver") | nindent 10 }}
Expand Down
4 changes: 2 additions & 2 deletions cluster/charts/fuel-streams/templates/webserver/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
externalTrafficPolicy: Local
ports:
- name: webserver
port: {{ $service.port }}
targetPort: {{ $service.port }}
port: {{ $webserver.port }}
targetPort: {{ $webserver.port }}
protocol: TCP
appProtocol: tcp
selector:
Expand Down

0 comments on commit 6ec29ec

Please sign in to comment.