k8s
This commit is contained in:
18
k8s/applications/frontend/portal/ingress/ingress.yaml
Normal file
18
k8s/applications/frontend/portal/ingress/ingress.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: networking.k8s.io/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: frontend-portal-ingress
|
||||
labels:
|
||||
env: production
|
||||
tier: frontend
|
||||
app: portal
|
||||
name: frontend-portal-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: <프론트엔드 포털 도메인> # TODO
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
backend:
|
||||
serviceName: frontend-portal
|
||||
servicePort: 3000
|
||||
Reference in New Issue
Block a user