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
+24
View File
@@ -247,3 +247,27 @@ spec:
- protocol: TCP
port: 80
targetPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: nowchess-tournament-active
spec:
selector:
app: nowchess-tournament
ports:
- protocol: TCP
port: 8088
targetPort: 8088
---
apiVersion: v1
kind: Service
metadata:
name: nowchess-tournament-preview
spec:
selector:
app: nowchess-tournament
ports:
- protocol: TCP
port: 8088
targetPort: 8088