From 17ded8386307587f1a0d3544fc1c60c2f38c6999 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Tue, 25 Feb 2025 14:32:37 +0300 Subject: [PATCH] [DO-1600] fix resources trivy_operator 5 (!46) [DO-1600] Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/46 --- .../security/trivy-operator/values-ovveride.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-prod/security/trivy-operator/values-ovveride.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-prod/security/trivy-operator/values-ovveride.yaml index 04462ce..827ebab 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-prod/security/trivy-operator/values-ovveride.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-prod/security/trivy-operator/values-ovveride.yaml @@ -46,8 +46,8 @@ trivy: memory: 100M # ephemeralStorage: "2Gi" limits: - cpu: 1 - memory: 3Gi + cpu: 500m + memory: 500M # ephemeralStorage: "2Gi" # -- serverURL is the endpoint URL of the Trivy server. Required in ClientServer mode. @@ -81,5 +81,7 @@ policiesBundle: registry: harbor.avroid.tech/docker-hub-proxy nodeCollector: + # -- registry of the node-collector image + registry: harbor.avroid.tech/ghcr-proxy # -- useNodeSelector determine if to use nodeSelector (by auto detecting node name) with node-collector scan job useNodeSelector: false