We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14513b9 commit cabd945Copy full SHA for cabd945
kubernetes_app.yml
@@ -36,9 +36,12 @@ spec:
36
type: NodePort
37
ports:
38
- port: 8000
39
+ ## TODO uncomment for prod
40
+ # name: editor-port
41
targetPort: 8000
42
## TODO uncommment for prod
43
# - port: 8002
44
+ # name: preview-port
45
# targetPort: 8002
46
selector:
47
app: web-editor
@@ -181,8 +184,10 @@ spec:
181
184
182
185
183
186
- port: 8001
187
+ name: editor-port
188
189
- port: 8003
190
+ name: preview-port
191
targetPort: 8002
192
193
0 commit comments