Skip to content

Commit e7186b2

Browse files
committed
Disable prometheus probe for review apps
Prometheus probes have been enabled within energy apps, but the review apps setup wasn't included in the update at the time so deployed a review app causes alerts to fire. The url isn't static as it's generated based off of the PR number, and as they're short lived deployments, we are going to disable the probes for them
1 parent 05542c2 commit e7186b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/resources/preview-overrides.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ service:
66
ingress:
77
enabled: true
88
redirectHttpToHttps: true
9+
probe:
10+
enabled: false
11+
targets:
12+
staticConfig:
13+
static: []
914
annotations:
1015
kubernetes.io/ingress.class: alb
1116
alb.ingress.kubernetes.io/scheme: internet-facing

0 commit comments

Comments
 (0)