From d5d66b6545a5c9eab90223f83923498b676226e6 Mon Sep 17 00:00:00 2001 From: Karim Naufal Date: Mon, 14 Mar 2022 10:45:11 +0100 Subject: [PATCH] tweaked tfvars.example --- terraform.tfvars.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index abb0647..cd00045 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -53,13 +53,15 @@ load_balancer_type = "lb11" # hetzner_ccm_version = "" # hetzner_csi_version = "" -# If you want to use traefik ingress controller with a loadbalancer -# traefik_enabled = true + # If you want to use letsencrypt with tls Challenge, the email address is used to send you certificates expiration notices # traefik_acme_tls = true # traefik_acme_email = "mail@example.com" -# If you want to enable k8s metric server or not +# If you want to use disable the traefik ingress controller, you can. By default is it enabled! +# traefik_enabled = false + +# If you want to disable the metric server, you can! By defaults it is enabled. # metric_server_enabled = false # If you want to allow non-control-plane workloads to run on the control-plane nodes set "true" below. The default is "false".