import: traefik helm release
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-27 16:08:11 +02:00
parent 3d84db1f88
commit b8d35e54ac
3 changed files with 34 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ locals {
kubernetes_server = "https://nat.lawndale:6443"
kubernetes_version = "1.23.5"
cluster_dns = "10.32.0.10"
traefik_namespace = "traefik"
bootstrap_token = "${random_password.bootstrap_token_id.result}.${random_password.bootstrap_token_secret.result}"