feat: NCS-74 Frontend Deployment config files (#119)

Co-authored-by: Copilot <copilot@github.com>
---------

Co-authored-by: shahdlala66 <shahd.lala66@gmail.com>
Reviewed-on: #119
Co-authored-by: Shahd Lala <shosho996@blackhole.local>
Co-committed-by: Shahd Lala <shosho996@blackhole.local>
This commit was merged in pull request #119.
This commit is contained in:
2026-05-12 11:18:29 +02:00
committed by Janis
parent 9fd6f26316
commit 4beab3b687
6 changed files with 123 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