Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ spec:
value: {{ quote .Values.controllerManager.manager.env.labelSelector }}
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
- name: GOMEMLIMIT
valueFrom:
resourceFieldRef:
resource: limits.memory
Comment thread
Copilot marked this conversation as resolved.
divisor: "1"
Comment thread
notandy marked this conversation as resolved.
image: {{ .Values.controllerManager.manager.image.repository }}:{{ .Chart.AppVersion }}
livenessProbe:
httpGet:
Expand Down
Loading