Private
Public Access
1
0
Files
it232Abschied/k8s/hpa.yaml
Sebastian Unterschütz 0412168c4e
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Has been cancelled
better deploy
2025-11-27 19:42:08 +01:00

24 lines
494 B
YAML

apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: escape-game-hpa
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: escape-game
minReplicas: 3
maxReplicas: 20
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 80