Skip to content

Commit a61859a

Browse files
authored
Merge pull request #25 from DUNE-DAQ/cpu-request
Ensure there is some cpu time reserved for this application
2 parents 4a1d949 + d2d1a31 commit a61859a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)