chore: reduce resource requirements of puppet #246
@@ -100,7 +100,7 @@ spec:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
smartShutdownTimeout: 180
|
||||
startDelay: 3600
|
||||
|
||||
@@ -47,7 +47,7 @@ spec:
|
||||
cpu: 300m
|
||||
memory: 1Gi
|
||||
requests:
|
||||
cpu: 200m
|
||||
cpu: 50m
|
||||
memory: 512Mi
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
||||
@@ -148,7 +148,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: 350Mi
|
||||
cpu: 100m
|
||||
cpu: 50m
|
||||
limits:
|
||||
memory: 1024Mi
|
||||
cpu: 500m
|
||||
|
||||
@@ -38,8 +38,8 @@ spec:
|
||||
cpu: 1
|
||||
memory: 1536Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
memory: 512Mi
|
||||
cpu: 50m
|
||||
memory: 768Mi
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: pdb-http
|
||||
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
cpu: 2
|
||||
memory: 3072Mi
|
||||
requests:
|
||||
cpu: 500m
|
||||
cpu: 200m
|
||||
memory: 1024Mi
|
||||
ports:
|
||||
- containerPort: 8140
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
cpu: 2
|
||||
memory: 3500Mi
|
||||
requests:
|
||||
cpu: 250m
|
||||
cpu: 100m
|
||||
memory: 1024Mi
|
||||
ports:
|
||||
- containerPort: 8140
|
||||
|
||||
Reference in New Issue
Block a user