Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qclaogui committed Dec 10, 2024
2 parents b68e085 + f0db1af commit 3ae7b41
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 19 deletions.
19 changes: 10 additions & 9 deletions kubernetes/monolithic-mode/all-in-one/k8s-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
---
Expand Down Expand Up @@ -5515,7 +5515,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
---
Expand Down Expand Up @@ -5939,17 +5939,14 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
spec:
ports:
- name: tempo-grpc
port: 9095
targetPort: 9095
- name: tempo-prom-metrics
port: 3100
targetPort: 3100
- name: tempo-jaeger-thrift-compact
port: 6831
protocol: UDP
Expand All @@ -5958,6 +5955,10 @@ spec:
port: 6832
protocol: UDP
targetPort: 6832
- name: tempo-prom-metrics
port: 3100
protocol: TCP
targetPort: 3100
- name: tempo-jaeger-thrift-http
port: 14268
protocol: TCP
Expand All @@ -5977,7 +5978,7 @@ spec:
- name: tempo-otlp-http-legacy
port: 55681
protocol: TCP
targetPort: 4318
targetPort: 55681
- name: grpc-tempo-otlp
port: 4317
protocol: TCP
Expand Down Expand Up @@ -6538,7 +6539,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
spec:
Expand All @@ -6551,7 +6552,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 843c5f00f69ab03b534bd4e5562c5abd4d71fd285cd0ef0d6ef20ce84e21f4ea
checksum/config: 87dd368efe845e2aa7ac0d5740dada492277bf7134edb4363602976415f9c2ac
logs.grafana.com/scrape: "true"
logs.grafana.com/scrub-level: info
profiles.grafana.com/cpu.port_name: prom-metrics
Expand Down
19 changes: 10 additions & 9 deletions kubernetes/monolithic-mode/traces/k8s-all-in-one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
---
Expand Down Expand Up @@ -5117,7 +5117,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
---
Expand Down Expand Up @@ -5417,17 +5417,14 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
spec:
ports:
- name: tempo-grpc
port: 9095
targetPort: 9095
- name: tempo-prom-metrics
port: 3100
targetPort: 3100
- name: tempo-jaeger-thrift-compact
port: 6831
protocol: UDP
Expand All @@ -5436,6 +5433,10 @@ spec:
port: 6832
protocol: UDP
targetPort: 6832
- name: tempo-prom-metrics
port: 3100
protocol: TCP
targetPort: 3100
- name: tempo-jaeger-thrift-http
port: 14268
protocol: TCP
Expand All @@ -5455,7 +5456,7 @@ spec:
- name: tempo-otlp-http-legacy
port: 55681
protocol: TCP
targetPort: 4318
targetPort: 55681
- name: grpc-tempo-otlp
port: 4317
protocol: TCP
Expand Down Expand Up @@ -5827,7 +5828,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: tempo
app.kubernetes.io/version: 2.6.1
helm.sh/chart: tempo-1.14.0
helm.sh/chart: tempo-1.15.0
name: tempo
namespace: tracing-system
spec:
Expand All @@ -5840,7 +5841,7 @@ spec:
template:
metadata:
annotations:
checksum/config: 843c5f00f69ab03b534bd4e5562c5abd4d71fd285cd0ef0d6ef20ce84e21f4ea
checksum/config: 87dd368efe845e2aa7ac0d5740dada492277bf7134edb4363602976415f9c2ac
logs.grafana.com/scrape: "true"
logs.grafana.com/scrub-level: info
profiles.grafana.com/cpu.port_name: prom-metrics
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/monolithic-mode/traces/tempo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
namespace: tracing-system
helmCharts:
- name: tempo
version: 1.14.0
version: 1.15.0
repo: https://grafana.github.io/helm-charts
releaseName: tempo
namespace: tracing-system
Expand Down
6 changes: 6 additions & 0 deletions kubernetes/monolithic-mode/traces/tempo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ serviceAccount:

service:
type: ClusterIP
clusterIP: ""
# -- (string) IP address, in case of 'type: LoadBalancer'
loadBalancerIP:
# -- If service type is LoadBalancer, the exposed protocol can either be "UDP", "TCP" or "UDP,TCP"
protocol: "TCP"

annotations: {}
labels: {}
targetPort: ""
Expand Down

0 comments on commit 3ae7b41

Please sign in to comment.