Files
helloo-cicdd/k8s/moj-servis/hpa.yaml
Marijanela 0c5ef8e166
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m38s
CI/CD Pipeline / deploy (push) Failing after 1m5s
fix 1
2026-05-02 12:04:58 +02:00

20 lines
384 B
YAML

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