Skip to content

Commit

Permalink
Expose NATS service as LoadBalancer
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
metacoma committed May 26, 2024
1 parent 6f9c757 commit 9c9f02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.k
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ mindwm_app = ArgoCdOrder.make({
values = {
config = nats.config
service = {
merge.spec.type = "NodePort"
merge.spec.type = "LoadBalancer"
port.cluster.enabled = True
}
}
Expand Down

0 comments on commit 9c9f02d

Please sign in to comment.