feat: added missing ingress, serivce and other things
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
Delete PR Branch On Close / delete-branch (pull_request) Successful in 5s
Co-authored-by: Copilot <copilot@github.com>
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