Rename helm package
This commit is contained in:
parent
beb7dfb223
commit
fa49e16454
10 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -115,7 +115,7 @@ jobs:
|
||||||
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
|
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: curl https://opensource.byjg.com/add-helm.sh | bash /dev/stdin helm easyhaproxy-ingress
|
- run: curl https://opensource.byjg.com/add-helm.sh | bash /dev/stdin helm easyhaproxy
|
||||||
|
|
||||||
Documentation:
|
Documentation:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,8 @@ Minimal configuration
|
||||||
helm repo add byjg https://opensource.byjg.com/helm
|
helm repo add byjg https://opensource.byjg.com/helm
|
||||||
helm repo update
|
helm repo update
|
||||||
kubectl create namespace easyhaproxy
|
kubectl create namespace easyhaproxy
|
||||||
helm upgrade --install byjg byjg/easyhaproxy-ingress \
|
helm upgrade --install ingress byjg/easyhaproxy \
|
||||||
--namespace easyhaproxy
|
--namespace easyhaproxy \
|
||||||
--set resources.requests.cpu=100m \
|
--set resources.requests.cpu=100m \
|
||||||
--set resources.requests.memory=128Mi
|
--set resources.requests.memory=128Mi
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue