fix: up resource limits for archmeister
This commit is contained in:
@@ -18,8 +18,8 @@ cluster:
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
cpu: 1000m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
|
||||
@@ -15,8 +15,8 @@ ingress:
|
||||
secretName: staging-archmeister-tls
|
||||
resources:
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
cpu: 1000m
|
||||
memory: 2Gi
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 1Gi
|
||||
|
||||
Reference in New Issue
Block a user