Skip to content

Commit 975322e

Browse files
committed
fix: reduce cpu requests, increase probe delay for otel startup
1 parent 9c5b373 commit 975322e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

k8s/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ spec:
2424
resources:
2525
requests:
2626
memory: "128Mi"
27-
cpu: "100m"
27+
cpu: "50m"
2828
limits:
2929
memory: "512Mi"
3030
cpu: "500m"
3131
livenessProbe: # Container zinda hai?
3232
httpGet:
3333
path: /health
3434
port: 8080
35-
initialDelaySeconds: 10
35+
initialDelaySeconds: 20
3636
periodSeconds: 10
3737
readinessProbe: # Container traffic lene ke liye ready hai?
3838
httpGet:
3939
path: /health
4040
port: 8080
41-
initialDelaySeconds: 5
41+
initialDelaySeconds: 15
4242
periodSeconds: 5

0 commit comments

Comments
 (0)