Updating a few things

This commit is contained in:
Moritz Graf 2021-09-19 17:24:44 +02:00
parent 80d0e182cb
commit bff1c05996
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
echo "######################################################################################" echo "######################################################################################"
echo "## Reinit repository" echo "## Reinit repository"
rm -rf kubespray rm -rf kubespray
VERSION=${1:-release-2.15} VERSION=${1:-release-2.17}
git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git git clone --branch $VERSION https://github.com/kubernetes-sigs/kubespray.git
echo "######################################################################################" echo "######################################################################################"

View File

@ -27,7 +27,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: true kube_api_anonymous_auth: true
## Change this to use another Kubernetes version, e.g. a current beta release ## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.19.10 kube_version: v1.20.7
# kubernetes image repo define # kubernetes image repo define
kube_image_repo: "k8s.gcr.io" kube_image_repo: "k8s.gcr.io"

View File

@ -65,8 +65,8 @@ rspamd:
memory: 10Mi memory: 10Mi
cpu: 10m cpu: 10m
limits: limits:
memory: 200Mi memory: 2000Mi
cpu: 200m cpu: 600m
certmanager: certmanager:
issuerType: ClusterIssuer issuerType: ClusterIssuer
issuerName: "letsencrypt-prod" issuerName: "letsencrypt-prod"