Skip to content

Commit

Permalink
build(repo): fix service
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 31, 2025
1 parent 0e3b1a0 commit b69f15e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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.10.10
version: 0.10.11
dependencies:
- name: nats
version: 1.2.10
Expand Down
3 changes: 3 additions & 0 deletions cluster/charts/fuel-streams/templates/_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ metadata:
{{- end }}
spec:
type: {{ $service.type }}
{{- if eq $service.type "LoadBalancer" }}
loadBalancerClass: {{ default "service.k8s.aws/nlb" $service.loadBalancerClass }}
{{- end }}
ports:
- appProtocol: tcp
name: http
Expand Down
1 change: 1 addition & 0 deletions cluster/charts/fuel-streams/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ webserver:
port: 8080
type: LoadBalancer
host: "stream-staging.fuel.network"
loadBalancerClass: service.k8s.aws/nlb
config:
annotations: {}
labels: {}
Expand Down

0 comments on commit b69f15e

Please sign in to comment.