Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tmp/update docs [DO NOT MERGE] #117

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

env:
NX_SKIP_NX_CACHE: true
NODE_OPTIONS: '--max-old-space-size=4096'

steps:
- name: Checkout
Expand Down
2 changes: 2 additions & 0 deletions libs/docs/src/docs/2.1.0/defining-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: Defining endpoints

Components of any type can specify the endpoints that the container exposes. These endpoints can be made accessible to the users if the {prod-short} cluster is running using a Kubernetes ingress or an OpenShift route and to the other components within the workspace. You can create an endpoint for your application or database, if your application or database server is listening on a port and you want to be able to directly interact with it yourself or you want other components to interact with it.

TEMP UPDATE - DOC

## Procedure

1. Specify endpoints properties as shown in the following example:
Expand Down
Loading