Skip to content

Commit

Permalink
chore: helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Apr 5, 2024
1 parent b89c803 commit d5aa3f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/tractusx-connector-azure-vault/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ helm install my-release tractusx-edc/tractusx-connector-azure-vault --version 0.
| dataplane.debug.enabled | bool | `false` | |
| dataplane.debug.port | int | `1044` | |
| dataplane.debug.suspendOnStart | bool | `false` | |
| dataplane.endpoints.control.path | string | `"/api/dataplane/control"` | |
| dataplane.endpoints.control.port | int | `8083` | |
| dataplane.endpoints.default.path | string | `"/api"` | |
| dataplane.endpoints.default.port | int | `8080` | |
| dataplane.endpoints.metrics.path | string | `"/metrics"` | |
Expand All @@ -189,6 +187,8 @@ helm install my-release tractusx-edc/tractusx-connector-azure-vault --version 0.
| dataplane.endpoints.proxy.port | int | `8186` | |
| dataplane.endpoints.public.path | string | `"/api/public"` | |
| dataplane.endpoints.public.port | int | `8081` | |
| dataplane.endpoints.signaling.path | string | `"/api/signaling"` | |
| dataplane.endpoints.signaling.port | int | `8083` | |
| dataplane.env | object | `{}` | |
| dataplane.envConfigMapNames | list | `[]` | |
| dataplane.envSecretNames | list | `[]` | |
Expand Down
4 changes: 3 additions & 1 deletion charts/tractusx-connector-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ helm install my-release tractusx-edc/tractusx-connector-memory --version 0.6.0 \
| runtime.debug.enabled | bool | `false` | |
| runtime.debug.port | int | `1044` | |
| runtime.debug.suspendOnStart | bool | `false` | |
| runtime.endpoints | object | `{"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","path":"/management","port":8081},"protocol":{"path":"/api/v1/dsp","port":8084},"proxy":{"path":"/proxy","port":8186},"public":{"path":"/api/public","port":8086}}` | endpoints of the control plane |
| runtime.endpoints | object | `{"control":{"path":"/control","port":8083},"default":{"path":"/api","port":8080},"management":{"authKey":"password","path":"/management","port":8081},"protocol":{"path":"/api/v1/dsp","port":8084},"proxy":{"path":"/proxy","port":8186},"public":{"path":"/api/public","port":8086},"signaling":{"path":"/api/signaling","port":8087}}` | endpoints of the control plane |
| runtime.endpoints.control | object | `{"path":"/control","port":8083}` | control api, used for internal control calls. can be added to the internal ingress, but should probably not |
| runtime.endpoints.control.path | string | `"/control"` | path for incoming api calls |
| runtime.endpoints.control.port | int | `8083` | port for incoming api calls |
Expand All @@ -90,6 +90,8 @@ helm install my-release tractusx-edc/tractusx-connector-memory --version 0.6.0 \
| runtime.endpoints.protocol | object | `{"path":"/api/v1/dsp","port":8084}` | dsp api, used for inter connector communication and must be internet facing |
| runtime.endpoints.protocol.path | string | `"/api/v1/dsp"` | path for incoming api calls |
| runtime.endpoints.protocol.port | int | `8084` | port for incoming api calls |
| runtime.endpoints.signaling.path | string | `"/api/signaling"` | path for incoming api calls |
| runtime.endpoints.signaling.port | int | `8087` | port for incoming api calls |
| runtime.env | object | `{}` | |
| runtime.envConfigMapNames | list | `[]` | |
| runtime.envSecretNames | list | `[]` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/tractusx-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@ helm install my-release tractusx-edc/tractusx-connector --version 0.6.0 \
| dataplane.debug.enabled | bool | `false` | |
| dataplane.debug.port | int | `1044` | |
| dataplane.debug.suspendOnStart | bool | `false` | |
| dataplane.endpoints.control.path | string | `"/api/dataplane/control"` | |
| dataplane.endpoints.control.port | int | `8083` | |
| dataplane.endpoints.default.path | string | `"/api"` | |
| dataplane.endpoints.default.port | int | `8080` | |
| dataplane.endpoints.metrics.path | string | `"/metrics"` | |
Expand All @@ -183,6 +181,8 @@ helm install my-release tractusx-edc/tractusx-connector --version 0.6.0 \
| dataplane.endpoints.proxy.port | int | `8186` | |
| dataplane.endpoints.public.path | string | `"/api/public"` | |
| dataplane.endpoints.public.port | int | `8081` | |
| dataplane.endpoints.signaling.path | string | `"/api/signaling"` | |
| dataplane.endpoints.signaling.port | int | `8083` | |
| dataplane.env | object | `{}` | |
| dataplane.envConfigMapNames | list | `[]` | |
| dataplane.envSecretNames | list | `[]` | |
Expand Down

0 comments on commit d5aa3f5

Please sign in to comment.