mirror of
https://github.com/gomods/athens
synced 2026-02-03 14:20:31 +00:00
Clear up language and remove duplicate content (#1202)
This commit is contained in:
committed by
Aaron Schlesinger
parent
3f2c99f6a2
commit
a327db006a
+1
-2
@@ -74,5 +74,4 @@ To try out tracing with Jaeger, do the following:
|
||||
- Run the walkthrough tutorial
|
||||
- Open `http://localhost:16686/search`
|
||||
|
||||
Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, they will fail with an information log. For eg. if Jaeger is not running / if the wrong URL to the exporter is provided, proxy will continue to run. However, it will not collect any traces or metrics (when the exporter backend is unavailable).
|
||||
|
||||
Observability is not a hard requirement for the Athens proxy. So, if the infrastructure is not properly set up, it will fail with an information log. For example, if Jaeger is not running or if the wrong URL to the exporter is provided, the proxy will continue to run. However, it will not collect any traces or metrics while the exporter backend is unavailable.
|
||||
|
||||
@@ -94,12 +94,6 @@ $ helm install gomods/athens-proxy -n athens --namespace athens
|
||||
|
||||
This will deploy a single Athens instance in the `default` namespace with `disk` storage enabled. Additionally, a `ClusterIP` service will be created.
|
||||
|
||||
By default, the chart will install Athens with a replica count of 1. To change this, change the `replicaCount` value:
|
||||
|
||||
```console
|
||||
helm install gomods/athens-proxy -n athens --namespace athens --set replicaCount=3
|
||||
```
|
||||
|
||||
## Advanced Configuration
|
||||
|
||||
### Replicas
|
||||
|
||||
Reference in New Issue
Block a user