Skip to content

Commit da84df2

Browse files
committed
Add new images
1 parent 89f1fb6 commit da84df2

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

resources/nginx/include/configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
mountPath: /etc/nginx/conf.d/default.conf
2525
subPath: nginx.conf
2626
- name: nginx-exporter
27-
image: nginx/nginx-prometheus-exporter:0.5.0
27+
image: quay.io/sysdig/nginx-exporter:latest
2828
args:
2929
- "-nginx.scrape-uri=http://localhost:80/nginx_status"
3030
resources:

resources/postgresql/include/postgresql-deploy.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ spec:
1212
labels:
1313
app: postgres
1414
annotations:
15-
prometheus.io/scrape: "true"
16-
prometheus.io/port: "9187"
15+
promcat.sysdig.com/port: "9187"
16+
17+
# Add here the namespace, workload type (deployment, statefulset, replicaset, daemonset)
18+
# and workload name of the Postgres database that the exporter will take data from
19+
promcat.sysdig.com/target_ns: default
20+
promcat.sysdig.com/target_workload_type: deployment
21+
promcat.sysdig.com/target_workload_name: postgres
1722
spec:
1823
containers:
1924
- name: postgres
@@ -37,7 +42,7 @@ spec:
3742
memory: "256Mi"
3843
cpu: "256m"
3944
- name: postgres-exporter
40-
image: wrouesnel/postgres_exporter:v0.8.0
45+
image: quay.io/sysdig/postgresql-exporter:latest
4146
resources:
4247
limits:
4348
memory: "256Mi"

resources/postgresql/include/postgresql-standalone-db.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ spec:
1111
metadata:
1212
labels:
1313
app: postgres
14-
annotations:
15-
prometheus.io/scrape: "true"
16-
prometheus.io/port: "9187"
1714
spec:
1815
containers:
1916
- name: postgres

resources/postgresql/include/postgresql-standalone-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: postgres-exporter
25-
image: wrouesnel/postgres_exporter:v0.8.0
25+
image: quay.io/sysdig/postgresql-exporter:latest
2626
resources:
2727
limits:
2828
memory: "256Mi"

resources/redis/include/redis-exporter-annotated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
spec:
2121
containers:
2222
- name: redis-exporter
23-
image: oliver006/redis_exporter:latest
23+
image: quay.io/sysdig/redis-exporter:latest
2424
ports:
2525
- containerPort: 9121
2626
env:

0 commit comments

Comments
 (0)