Skip to content

Commit

Permalink
Update deploy-prom.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Feb 9, 2024
1 parent d39e3b1 commit 11eed91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 11eed91

Please sign in to comment.