Skip to content

Commit

Permalink
👷 chore: 지나치게 느린 속도로 인해 CPU 리소스 할당량 증가 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Nov 8, 2023
1 parent 38bd92f commit d8c27fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ spec:
resources:
limits:
memory: "512Mi"
cpu: 0.3
cpu: 0.5
ports:
- containerPort: 8080
readinessProbe:
httpGet:
path: /swagger-ui/index.html
port: 8080
initialDelaySeconds: 30
initialDelaySeconds: 40
periodSeconds: 5
failureThreshold: 24
---
Expand Down

0 comments on commit d8c27fa

Please sign in to comment.