mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:21:12 +00:00
change(trow): Updates values
This commit is contained in:
parent
6d774490eb
commit
895e317a92
1 changed files with 13 additions and 2 deletions
|
@ -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: {}
|
||||
|
|
Loading…
Reference in a new issue