Skip to content

Commit

Permalink
Argo CD load balancer.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndouglas committed Mar 9, 2024
1 parent d7b2546 commit 7e8291a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/024_argocd_load_balancer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Giving Argo CD a Load Balancer

All this time, the Argo CD server has been operating with a ClusterIP service, and I've been manually port forwarding it via `kubectl` to be able to show all of these beautiful screenshots of the web UI.

That's annoying and we don't have to do it anymore. Fortunately, it's very easy to change this now; all we need to do is modify the Helm release values slightly; change `server.service.type` from 'ClusterIP' to 'LoadBalancer' and redeploy. A few minutes later, we can access Argo CD via http://10.4.11.1, no port forwarding required.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
- [MetalLB](./021_metallb.md)
- [Testing MetalLB](./022_testing_metallb.md)
- [Refactoring Argo CD](./023_refactoring_argocd.md)
- [Giving Argo CD a Load Balancer](./024_argocd_load_balancer.md)

0 comments on commit 7e8291a

Please sign in to comment.