Skip to content

Commit 6e50779

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2183,13 +2183,14 @@ ingress:
21832183
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers
21842184
# pathType: Prefix
21852185
- path: /ingester/ring
2186+
- path: /metrics-generator/ring
21862187
ingester:
21872188
- path: /flush
21882189
- path: /shutdown
21892190
query-frontend:
21902191
- path: /api
21912192
compactor:
2192-
- path: /api/v1/upload/block/
2193+
- path: /compactor/ring
21932194
hosts:
21942195
- tempo.example.com
21952196

0 commit comments

Comments
 (0)