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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user