1
0
Fork 0

Rename helm package

This commit is contained in:
Joao Gilberto Magalhaes 2022-08-28 01:05:04 -05:00
parent beb7dfb223
commit fa49e16454
10 changed files with 3 additions and 3 deletions

View file

@ -47,8 +47,8 @@ Minimal configuration
helm repo add byjg https://opensource.byjg.com/helm
helm repo update
kubectl create namespace easyhaproxy
helm upgrade --install byjg byjg/easyhaproxy-ingress \
--namespace easyhaproxy
helm upgrade --install ingress byjg/easyhaproxy \
--namespace easyhaproxy \
--set resources.requests.cpu=100m \
--set resources.requests.memory=128Mi
```