Skip to content

Commit cabd945

Browse files
committed
Update kubernetes config for staging service web-editor-node
1 parent 14513b9 commit cabd945

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kubernetes_app.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ spec:
3636
type: NodePort
3737
ports:
3838
- port: 8000
39+
## TODO uncomment for prod
40+
# name: editor-port
3941
targetPort: 8000
4042
## TODO uncommment for prod
4143
# - port: 8002
44+
# name: preview-port
4245
# targetPort: 8002
4346
selector:
4447
app: web-editor
@@ -181,8 +184,10 @@ spec:
181184
type: NodePort
182185
ports:
183186
- port: 8001
187+
name: editor-port
184188
targetPort: 8000
185189
- port: 8003
190+
name: preview-port
186191
targetPort: 8002
187192
selector:
188193
app: web-editor

0 commit comments

Comments
 (0)