Skip to content

Commit a316256

Browse files
committed
remove k8s ingress
1 parent d7b25ed commit a316256

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.ci/deploy.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,4 @@ spec:
3131
- port: 8080
3232
protocol: TCP
3333
selector:
34-
app: nest-rest
35-
---
36-
apiVersion: networking.k8s.io/v1
37-
kind: Ingress
38-
metadata:
39-
name: nest-rest
40-
spec:
41-
rules:
42-
- host: nest-rest.emilburzo.com
43-
http:
44-
paths:
45-
- path: /
46-
pathType: Prefix
47-
backend:
48-
service:
49-
name: nest-rest
50-
port:
51-
number: 8080
34+
app: nest-rest

0 commit comments

Comments
 (0)