Skip to content

Commit

Permalink
ci(k8s): increase resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 1, 2023
1 parent add74e7 commit b011358
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ spec:
memory: 256M
limits:
cpu: "3"
memory: 512M
memory: 2G
env:
- name: GOMEMLIMIT
value: "512MiB"
value: "2G"
- name: GOMAXPROCS
value: "2"
value: "3"
- name: OTEL_EXPORTER_OTLP_PROTOCOL
value: "grpc"
- name: OTEL_METRICS_EXPORTER
Expand Down

0 comments on commit b011358

Please sign in to comment.