Removed blank line
This commit is contained in:
Родитель
808ccc08c5
Коммит
18477280cf
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Download and install Helm
|
# Download and install Helm
|
||||||
set -x
|
|
||||||
wget -O helm.tgz https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz
|
wget -O helm.tgz https://get.helm.sh/helm-v3.6.2-linux-amd64.tar.gz
|
||||||
tar -zxvf helm.tgz
|
tar -zxvf helm.tgz
|
||||||
mv linux-amd64/helm /usr/local/bin/helm
|
mv linux-amd64/helm /usr/local/bin/helm
|
||||||
|
@ -17,4 +16,4 @@ wget -O values.yaml $HELMVALUES
|
||||||
helm upgrade --install --wait minio minio/minio --namespace minio --create-namespace --set azuregateway.enabled=true --set accessKey=$STORAGEACCOUNTNAME --set secretKey=$STORAGEACCOUNTKEY --values values.yaml
|
helm upgrade --install --wait minio minio/minio --namespace minio --create-namespace --set azuregateway.enabled=true --set accessKey=$STORAGEACCOUNTNAME --set secretKey=$STORAGEACCOUNTKEY --values values.yaml
|
||||||
|
|
||||||
#Configure Pod Autoscaler
|
#Configure Pod Autoscaler
|
||||||
kubectl autoscale deployment --namespace minio minio --cpu-percent=60 --min=3 --max=50
|
kubectl autoscale deployment --namespace minio minio --cpu-percent=60 --min=3 --max=50
|
Загрузка…
Ссылка в новой задаче