Skip to content

Commit 7b3dc13

Browse files
committed
add ingress with no gateway
Signed-off-by: drfaust92 <[email protected]>
1 parent 6e50779 commit 7b3dc13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/tempo-distributed/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,11 +619,12 @@ The memcached default args are removed and should be provided manually. The sett
619619
| ingress.annotations | object | `{}` | |
620620
| ingress.enabled | bool | `false` | If you enable this, make sure to disable the gateway's ingress. |
621621
| ingress.hosts[0] | string | `"tempo.example.com"` | |
622-
| ingress.paths.compactor[0].path | string | `"/api/v1/upload/block/"` | |
622+
| ingress.paths.compactor[0].path | string | `"/compactor/ring"` | |
623623
| ingress.paths.distributor[0].path | string | `"/v1/traces"` | |
624624
| ingress.paths.distributor[0].port | int | `4318` | |
625625
| ingress.paths.distributor[1].path | string | `"/distributor/ring"` | |
626626
| ingress.paths.distributor[2].path | string | `"/ingester/ring"` | |
627+
| ingress.paths.distributor[3].path | string | `"/metrics-generator/ring"` | |
627628
| ingress.paths.ingester[0].path | string | `"/flush"` | |
628629
| ingress.paths.ingester[1].path | string | `"/shutdown"` | |
629630
| ingress.paths.query-frontend[0].path | string | `"/api"` | |

0 commit comments

Comments
 (0)