Files
helloo-cicdd/k8s/moj-servis/hpa.yaml
Marijanela 06a2c48788
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m40s
CI/CD Pipeline / deploy (push) Failing after 1m19s
fix
2026-05-02 11:49:10 +02:00

20 lines
382 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