chore: Update News API HPA minReplicas to 3

- Change HPA minReplicas from 2 to 3
- Maintain maxReplicas at 10
- Default 3 pods, auto-scale up to 10 based on CPU/Memory

🤖 Generated with [Claude Code](https://claude.ai/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
jungwoo choi
2025-10-03 17:39:45 +09:00
parent 68cc70118f
commit 3ce504e0b1
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: news-api
minReplicas: 2
minReplicas: 3
maxReplicas: 10
metrics:
- type: Resource

View File

@ -96,7 +96,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: news-api
minReplicas: 2
minReplicas: 3
maxReplicas: 10
metrics:
- type: Resource