diff --git a/config.tfvars b/config.tfvars index 8e8f5ca5..b8211b0d 100644 Binary files a/config.tfvars and b/config.tfvars differ diff --git a/stacks/monitoring/modules/monitoring/snmp_exporter.tf b/stacks/monitoring/modules/monitoring/snmp_exporter.tf index a687c9a5..07eaf39a 100644 --- a/stacks/monitoring/modules/monitoring/snmp_exporter.tf +++ b/stacks/monitoring/modules/monitoring/snmp_exporter.tf @@ -128,15 +128,3 @@ module "snmp-exporter-ingress" { ssl_redirect = false port = 9116 } -module "snmp-exporter-ingress-external" { - source = "../../../../modules/kubernetes/ingress_factory" - namespace = kubernetes_namespace.monitoring.metadata[0].name - name = "snmp-exporter-external" - service_name = "snmp-exporter" - root_domain = "viktorbarzin.me" - tls_secret_name = var.tls_secret_name - allow_local_access_only = false - ssl_redirect = false - port = 9116 - protected = false -}