feat: stuff for tournment
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s

This commit is contained in:
Lala, Shahd
2026-06-09 21:29:10 +00:00
parent 5dfca60e2a
commit bc6e66de73
9 changed files with 173 additions and 0 deletions
+19
View File
@@ -130,3 +130,22 @@ spec:
target:
type: Utilization
averageUtilization: 70
---
apiVersion: autoscaling/v2
kind: HorizontalPodAutoscaler
metadata:
name: nowchess-tournament
spec:
scaleTargetRef:
apiVersion: argoproj.io/v1alpha1
kind: Rollout
name: nowchess-tournament
minReplicas: 1
maxReplicas: 3
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 70