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 17, 2024
1 parent 5313531 commit 623e80e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.5.4
version: 0.5.5
dependencies:
- name: nats
version: 1.2.6
Expand Down
10 changes: 6 additions & 4 deletions cluster/charts/fuel-streams/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,10 @@ nats-publisher:
promExporter:
enabled: false

statefulset:
statefulSet:
merge:
replicas: 5
spec:
replicas: 5

container:
image:
Expand Down Expand Up @@ -424,9 +425,10 @@ nats-client:
promExporter:
enabled: false

statefulset:
statefulSet:
merge:
replicas: 3
spec:
replicas: 3

container:
image:
Expand Down

0 comments on commit 623e80e

Please sign in to comment.