Skip to content

Commit

Permalink
Merge pull request #830 from entando/ENDOC-803
Browse files Browse the repository at this point in the history
ENDOC-803 fix cap
  • Loading branch information
jyunmitch authored Mar 27, 2024
2 parents 3b28be3 + 7dd6f5a commit bc4c59d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vuepress/docs/next/docs/curate/bundle-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following is a list of specifications for the bundle descriptor and its comp
|`ingressPath`|String|No||Custom ingress path for health check|
|`name`|String|Yes||Microservice name|
|`permissions`|[Permission[]](#permission-specification)|No| | List of permissions to grant to the microservice |
|`resources`|[resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`resources`|[Resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`roles`|String[]|No||Exposed security roles|
|`stack`|Enum|Yes|*spring-boot<br/>*node<br/>*custom|Microservice stack |
|`version`|String|Required only for a custom stack||Microservice version override|
Expand Down
2 changes: 1 addition & 1 deletion vuepress/docs/v7.3/docs/curate/bundle-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following is a list of specifications for the bundle descriptor and its comp
|`ingressPath`|String|No||Custom ingress path for health check|
|`name`|String|Yes||Microservice name|
|`permissions`|[Permission[]](#permission-specification)|No| | List of permissions to grant to the microservice |
|`resources`|[resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`resources`|[Resources](#microservices-resources)| No | | Requested resources for storage, memory and CPU |
|`roles`|String[]|No||Exposed security roles|
|`stack`|Enum|Yes|*spring-boot<br/>*node<br/>*custom|Microservice stack |
|`version`|String|Required only for a custom stack||Microservice version override|
Expand Down

0 comments on commit bc4c59d

Please sign in to comment.