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: {}