Skip to content

Commit

Permalink
Add prometheus exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Aug 12, 2020
1 parent f60329d commit 928f465
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .k8s/manifest-europe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ spec:
app: aladhan-com-cdn
spec:
containers:
- name: apache-exporter-sidecar
image: lusotycoon/apache-exporter
args:
- '--scrape_uri=http://localhost:8080/server-status?auto'
ports:
- containerPort: 9117
protocol: TCP
- name: aladhan-com-cdn
image: islamicnetwork/cdn.aladhan.com:$COMMIT_TAG
livenessProbe:
Expand Down

0 comments on commit 928f465

Please sign in to comment.