Files
helloo-cicdd/k8s/moj-servis/hpa.yaml
Marijanela 070ffbab44
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m41s
CI/CD Pipeline / deploy (push) Failing after 1m15s
add hpa
2026-05-02 11:28:05 +02:00

20 lines
380 B
YAML

apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: helloo-cicdd-hpa
namespace: student-marijanela218
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: moj-servis
minReplicas: 1
maxReplicas: 5
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 60