feat: added missing ingress, serivce and other things
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
shahdlala66
2026-05-06 20:02:00 +02:00
parent 5644b94e41
commit 4776883125
4 changed files with 47 additions and 0 deletions
+24
View File
@@ -223,3 +223,27 @@ spec:
- protocol: TCP
port: 8084
targetPort: 8084
---
apiVersion: v1
kind: Service
metadata:
name: nowchess-frontend-active
spec:
selector:
app: nowchess-frontend
ports:
- protocol: TCP
port: 80
targetPort: 80
---
apiVersion: v1
kind: Service
metadata:
name: nowchess-frontend-preview
spec:
selector:
app: nowchess-frontend
ports:
- protocol: TCP
port: 80
targetPort: 80