before refactor

This commit is contained in:
2026-04-03 18:12:40 +02:00
parent 26265e776c
commit 0fd17e4944
3 changed files with 40 additions and 25 deletions
+2
View File
@@ -20,6 +20,8 @@ spec:
name: http
- containerPort: 4317
name: grpc
- containerPort: 4318
name: otlp-http
env:
- name: GRPC_GO_LOG_SEVERITY_LEVEL
value: "info"
+4
View File
@@ -14,4 +14,8 @@ spec:
port: 4317
targetPort: 4317
protocol: TCP
- name: otlp-http
port: 4318
targetPort: 4318
protocol: TCP
type: ClusterIP