From 11eed911e149f1fe8f4874b459edc66f17aa801f Mon Sep 17 00:00:00 2001 From: LeoDiazL <116020815+LeoDiazL@users.noreply.github.com> Date: Fri, 9 Feb 2024 12:24:30 -0300 Subject: [PATCH] Update deploy-prom.yaml --- .github/workflows/deploy-prom.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prom.yaml b/.github/workflows/deploy-prom.yaml index 1ac55ae..0fd512d 100644 --- a/.github/workflows/deploy-prom.yaml +++ b/.github/workflows/deploy-prom.yaml @@ -14,14 +14,14 @@ jobs: aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX }} tf_state_bucket_destroy: true - #tf_stack_destroy: true + tf_stack_destroy: true #grafana_scrape_interval: 60m #prometheus_scrape_interval: 60m #prometheus_retention_period: 365d cadvisor_enable: true #cadvisor_extra_targets: "target1:8080,target2:8080" node_exporter_enable: true - aws_elb_listen_port: 3000,8080,9090,9100 + aws_elb_listen_port: 3000 #node_exporter_extra_targets: "target1:9100,target2:9100" aws_ec2_instance_type: t2.medium