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