Skip to content

Commit d2d1a31

Browse files
committed
Ensure there is some cpu time reserved for this application
1 parent 4a1d949 commit d2d1a31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/connectivityserver.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ spec:
5151
limits:
5252
memory: 512Mi
5353
requests:
54-
memory: 8Mi
54+
memory: 32Mi
55+
cpu: 100m
5556
livenessProbe:
5657
tcpSocket:
5758
port: http

0 commit comments

Comments
 (0)