Skip to content

Commit

Permalink
Default promtheus push gateway value. (RedHatInsights#2662)
Browse files Browse the repository at this point in the history
  • Loading branch information
shannon-donahue authored Apr 17, 2024
1 parent 3fb84c7 commit fedf9e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rhcicd/clowdapp-aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ parameters:
required: true
- name: PROMETHEUS_PUSHGATEWAY
description: Prometheus Pushgateway URL
value: "http://localhost:8080"
- name: IMAGE
description: Image URL
value: quay.io/cloudservices/notifications-aggregator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class DailyEmailAggregationJob {
@Inject
AggregationOrgConfigRepository aggregationOrgConfigRepository;

@ConfigProperty(name = "prometheus.pushgateway.url")
@ConfigProperty(name = "prometheus.pushgateway.url", defaultValue = "http://localhost:8080")
String prometheusPushGatewayUrl;

@ConfigProperty(name = "notifications.default.daily.digest.time", defaultValue = "00:00")
Expand Down

0 comments on commit fedf9e4

Please sign in to comment.