Skip to content

Commit

Permalink
ci: use ch
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 13, 2023
1 parent 703b921 commit 678ad1f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ spec:
name: otlp-http
resources:
requests:
cpu: 500m
cpu: "4"
memory: 256M
limits:
cpu: "3"
cpu: "4"
memory: 512M
env:
- name: GOMEMLIMIT
value: "512MiB"
value: "256MiB"
- name: GOMAXPROCS
value: "2"
value: "4"
- name: OTEL_METRICS_EXPORTER
value: "prometheus"
- name: OTEL_EXPORTER_PROMETHEUS_PORT
Expand All @@ -72,6 +72,13 @@ spec:
value: yt
- name: YT_PROXY
value: http-proxies.yt.svc.cluster.local
- name: OTELDB_STORAGE
value: ch
- name: CH_DSN
valueFrom:
secretKeyRef:
name: oteldb
key: CH_DSN
- name: YT_TOKEN
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 678ad1f

Please sign in to comment.