Switched to nginx

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2021-10-16 09:46:06 +01:00
parent 36d87d3c12
commit f516ee38ae
41 changed files with 211 additions and 230 deletions

View File

@@ -4,7 +4,7 @@ resource "scaleway_k8s_cluster_beta" "k8s-cluster" {
version = "1.22.2"
cni = "weave"
enable_dashboard = false
ingress = "traefik"
ingress = "nginx"
feature_gates = [
"HPAScaleToZero",