Skip to content

Commit

Permalink
Updated prometheus server local cluster address, as it pointed to the…
Browse files Browse the repository at this point in the history
… wrong service name. (#25878)

Signed-off-by: Fabio Kruger <[email protected]>
  • Loading branch information
krufab authored May 15, 2024
1 parent b619bcf commit befcc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/prometheus
- https://github.com/prometheus/prometheus
- https://github.com/prometheus-community/helm-charts
version: 1.0.11
version: 1.0.12
2 changes: 1 addition & 1 deletion bitnami/prometheus/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In order to replicate the container startup scripts execute this command:

Prometheus can be accessed via port "{{ .Values.server.service.ports.http }}" on the following DNS name from within your cluster:

{{ template "common.names.fullname" . }}.{{ include "common.names.namespace" . }}.svc.cluster.local
{{ template "prometheus.server.fullname" . }}.{{ include "common.names.namespace" . }}.svc.cluster.local

To access Prometheus from outside the cluster execute the following commands:

Expand Down

0 comments on commit befcc55

Please sign in to comment.