Skip to content

Commit 571c8b0

Browse files
Merge branch 'main' into default-port
2 parents bf3eb30 + d76fe7b commit 571c8b0

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

charts/tempo-distributed/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,8 @@ The memcached default args are removed and should be provided manually. The sett
451451
| enterpriseGateway.image.tag | string | `nil` | Docker image tag for the enterpriseGateway image. Overrides `tempo.image.tag` |
452452
| enterpriseGateway.ingress.annotations | object | `{}` | Annotations for the enterprise-gateway ingress |
453453
| enterpriseGateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the enterprise-gateway should be created |
454-
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.gem.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
455-
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
454+
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.get.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
455+
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.get.example.com"],"secretName":"get-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
456456
| enterpriseGateway.initContainers | list | `[]` | |
457457
| enterpriseGateway.nodeSelector | object | `{}` | |
458458
| enterpriseGateway.persistence.subPath | string | `nil` | |

charts/tempo-distributed/templates/NOTES.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,25 @@ Installed components:
1313
* federation-frontend
1414
{{- end }}
1515
* compactor
16+
{{- if .Values.metricsGenerator.enabled }}
17+
* metrics-generator
18+
{{- end }}
1619
{{- if .Values.memcached.enabled }}
1720
* memcached
1821
{{- end }}
22+
{{- if .Values.memcachedExporter.enabled }}
23+
* memcached-exporter
24+
{{- end }}
1925
{{- if .Values.gateway.enabled }}
2026
* gateway
21-
{{- end }}
27+
{{- end }}
28+
{{- if .Values.minio.enabled }}
29+
* minio
30+
{{- end }}
31+
{{- if .Values.rollout_operator.enabled }}
32+
* rollout-operator
33+
{{- end }}
34+
{{- if .Values.enterprise.enabled }}
35+
* admin_api
36+
* enterprise-gateway
37+
{{- end }}

charts/tempo-distributed/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2531,16 +2531,16 @@ enterpriseGateway:
25312531
annotations: {}
25322532
# -- Hosts configuration for the enterprise-gateway ingress
25332533
hosts:
2534-
- host: gateway.gem.example.com
2534+
- host: gateway.get.example.com
25352535
paths:
25362536
- path: /
25372537
# -- pathType (e.g. ImplementationSpecific, Prefix, .. etc.) might also be required by some Ingress Controllers
25382538
# pathType: Prefix
25392539
# -- TLS configuration for the enterprise-gateway ingress
25402540
tls:
2541-
- secretName: gem-gateway-tls
2541+
- secretName: get-gateway-tls
25422542
hosts:
2543-
- gateway.gem.example.com
2543+
- gateway.get.example.com
25442544

25452545
# -- Create extra manifests via values.
25462546
extraObjects: []

0 commit comments

Comments
 (0)