From 895e317a92f96af6b9f2256da72f7bdeee26f0c3 Mon Sep 17 00:00:00 2001 From: Nold Date: Mon, 13 Feb 2023 08:41:57 +0100 Subject: [PATCH] change(trow): Updates values --- projects/registry/values/trow.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/projects/registry/values/trow.yaml b/projects/registry/values/trow.yaml index 361d6a85..a370e51e 100644 --- a/projects/registry/values/trow.yaml +++ b/projects/registry/values/trow.yaml @@ -1,3 +1,7 @@ +image: + repository: containersol/trow + tag: "0.3.5" + trow: domain: reg.dc validation: @@ -25,8 +29,15 @@ ingress: resources: limits: - cpu: 100m - memory: 128Mi + cpu: 500m + memory: 256Mi requests: cpu: 100m memory: 64Mi + +automountServiceAccountToken: false +podSecurityContext: + runAsUser: 333333 + runAsGroup: 333333 + fsGroup: 333333 +containerSecurityContext: {}