Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sholdee authored Jun 27, 2024
1 parent 2785b27 commit 41878b0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,22 @@ spec:
- nslookup localhost 127.0.0.1
readinessProbe: *probe
- name: adguard-exporter
image: sholdee/adguardexporter:v1.1.2
image: sholdee/adguardexporter:v1.2.4
ports:
- containerPort: 8000
name: metrics
protocol: TCP
volumeMounts:
- name: adguard-data
mountPath: /opt/adguardhome/work
livenessProbe:
httpGet:
path: /livez
port: metrics
readinessProbe:
httpGet:
path: /readyz
port: metrics
volumes:
- emptyDir: {}
name: adguard-data
Expand Down

0 comments on commit 41878b0

Please sign in to comment.