modify HPA to have min 2 and max 5 replicas
All checks were successful
Gitea Actions Demo / lint (push) Successful in 23s
Gitea Actions Demo / test (push) Successful in 13s
Gitea Actions Demo / release-image (push) Successful in 1m52s

This commit is contained in:
Ryan Cavicchioni 2025-03-11 00:03:50 -05:00
parent 61c3acf9b2
commit e72f4fb8fd
Signed by: ryanc
SSH Key Fingerprint: SHA256:KbXiwUnZnHFwFtt3Bytd+F3FN9pPHn1Z1cxMIE1TPbg

View File

@ -8,8 +8,8 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: kubernaut
minReplicas: 1
maxReplicas: 10
minReplicas: 2
maxReplicas: 5
metrics:
- type: Resource
resource: