File tree Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Expand file tree Collapse file tree 1 file changed +16
-20
lines changed Original file line number Diff line number Diff line change 8
8
backend :
9
9
serviceName : web-editor-node
10
10
servicePort : 8000
11
- # # TODO uncomment from prod
12
- # # adding this in just to make a new commit
13
- # ---
14
- # apiVersion: extensions/v1beta1
15
- # kind: Ingress
16
- # metadata:
17
- # name: preview-editor-ingress
18
- # annotations:
19
- # # need to make another global static ip
20
- # kubernetes.io/ingress.global-static-ip-name: "preview-editor-ip"
21
- # spec:
22
- # backend:
23
- # serviceName: web-editor-node
24
- # servicePort: 8002
11
+ ---
12
+ apiVersion : extensions/v1beta1
13
+ kind : Ingress
14
+ metadata :
15
+ name : preview-editor-ingress
16
+ annotations :
17
+ # need to make another global static ip
18
+ kubernetes.io/ingress.global-static-ip-name : " preview-editor-ip"
19
+ spec :
20
+ backend :
21
+ serviceName : web-editor-node
22
+ servicePort : 8002
25
23
---
26
24
apiVersion : v1
27
25
kind : Service
@@ -36,13 +34,11 @@ spec:
36
34
type : NodePort
37
35
ports :
38
36
- port : 8000
39
- # # TODO uncomment for prod
40
- # name: editor-port
37
+ name : editor-port
41
38
targetPort : 8000
42
- # # TODO uncommment for prod
43
- # - port: 8002
44
- # name: preview-port
45
- # targetPort: 8002
39
+ - port : 8002
40
+ name : preview-port
41
+ targetPort : 8002
46
42
selector :
47
43
app : web-editor
48
44
---
You can’t perform that action at this time.
0 commit comments