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