Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaelsawy authored Nov 12, 2024
1 parent b446dfb commit 741df31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- 1- Deploy using Kubernetes files to learn how to apply kubectl commands and control single deployments
- to apply all files once `` kubectl apply ./kubernetes/``
- 2- Deploy using Helm charts to make things easier
- to deploy backend using helm `` helm install helm/backend-charts ``
- to deploy frontend using helm `` helm install helm/frontend-charts ``
- to deploy backend using helm `` helm install backend helm/backend-charts ``
- to deploy frontend using helm `` helm install frontend helm/frontend-charts ``

>[!NOTE]
> Don't forget to customize your own env inside Kubernetes directory or change values for helm charts

0 comments on commit 741df31

Please sign in to comment.