diff --git a/kube/deploy/core/_networking/cilium/app/hr.yaml b/kube/deploy/core/_networking/cilium/app/hr.yaml index 401bdfc6..335594a0 100644 --- a/kube/deploy/core/_networking/cilium/app/hr.yaml +++ b/kube/deploy/core/_networking/cilium/app/hr.yaml @@ -15,7 +15,7 @@ spec: chart: spec: chart: cilium - version: "1.15.3" + version: "1.15.1" sourceRef: name: cilium-charts kind: HelmRepository @@ -103,4 +103,9 @@ spec: dashboards: enabled: true annotations: - grafana_folder: "Cilium" \ No newline at end of file + grafana_folder: "Cilium" + resources: # for agent + requests: + memory: "1Gi" + limits: + memory: "2Gi"