Skip to content

Commit

Permalink
ci(k8s): fix GOMEMLIMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 2, 2023
1 parent b011358 commit 50707fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
memory: 2G
env:
- name: GOMEMLIMIT
value: "2G"
value: "2048MiB"
- name: GOMAXPROCS
value: "3"
- name: OTEL_EXPORTER_OTLP_PROTOCOL
Expand Down

0 comments on commit 50707fb

Please sign in to comment.