Skip to content

Commit

Permalink
Status should ping :80 not :8080 (#406)
Browse files Browse the repository at this point in the history
Co-authored-by: Léo Colombaro <LeoColomb@users.noreply.github.com>
  • Loading branch information
halkeye and LeoColomb authored Nov 29, 2024
1 parent 2f44fa9 commit 7119440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/yourls/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 7.0.3
version: 7.0.4
name: yourls
description: Your Own URL Shortener
# renovate: image=ghcr.io/yourls/yourls
Expand Down
2 changes: 1 addition & 1 deletion charts/yourls/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
command:
- /bin/apache_exporter
- --scrape_uri
- http://status.localhost:8080/server-status/?auto
- http://status.localhost:80/server-status/?auto
{{- end }}
ports:
- name: metrics
Expand Down

0 comments on commit 7119440

Please sign in to comment.