Skip to content

Commit

Permalink
[FIX] Update samples/azure-deployment/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas committed Feb 15, 2024
1 parent 78d7e77 commit e1d846f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logging/user-values-es-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# es:
## The env vars ES_USER and ES_PASSWORD are set, by default,
## based on the K8s secret internal-user-metricgetter
# uri: https://$(ES_USER):$(ES_PASSWORD)@v4m-es-client-service:9200
# uri: https://$(ES_USER):$(ES_PASSWORD)@v4m-search:9200
14 changes: 13 additions & 1 deletion samples/azure-deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,20 @@ path-based ingress and are available at the following URLs. Be sure to
replace the host names in the URLs with the host names for your deployment.

* `https://host.mycluster.example.com/grafana`
* `https://host.mycluster.example.com/dashboards`

This sample does not make Prometheus and Alertmanager available since these
web applications do not provide any sort of user-authentication. However,
if you want to make these applications available, you can do so by setting
the `enabled` key available in the appropriate section of the `monitoring/user-values=prom-operator.yaml`
file (e.g. set the key `alertmanager.ingress.enabled` to 'true' to make
Alertmanager accessible).

If you have chosen to make these applications available, the applications
are available at the following URLs. As mentioned above, be sure to
replace the host names in the URLs with the host names for your deployment.

* `https://host.mycluster.example.com/prometheus`
* `https://host.mycluster.example.com/alertmanager`
* `https://host.mycluster.example.com/kibana`

For an example of using host-based ingress, see the [ingress sample](../ingress).
2 changes: 1 addition & 1 deletion samples/generic-base/logging/user-values-es-exporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# es:
## The env vars ES_USER and ES_PASSWORD are set, by default,
## based on the K8s secret internal-user-metricgetter
# uri: https://$(ES_USER):$(ES_PASSWORD)@v4m-es-client-service:9200
# uri: https://$(ES_USER):$(ES_PASSWORD)@v4m-search:9200

0 comments on commit e1d846f

Please sign in to comment.