Skip to content

Commit

Permalink
Fixes #30634: Add default divisor for GOMEMLIMIT
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie McMahan <jmcmaha1@gmail.com>
  • Loading branch information
jdmcmahan committed Feb 5, 2024
1 parent 840cc57 commit 0a3d439
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ spec:
valueFrom:
resourceFieldRef:
resource: limits.memory
divisor: '1'
{{- if .Values.k8sServiceHost }}
- name: KUBERNETES_SERVICE_HOST
value: {{ .Values.k8sServiceHost | quote }}
Expand Down

0 comments on commit 0a3d439

Please sign in to comment.