Skip to content

Commit

Permalink
docs(charts): 更新 Helm chart 包和索引
Browse files Browse the repository at this point in the history
- 添加了多个版本的 apollo-portal 和 apollo-service 的 Helm chart 包
- 添加annotation的说明
  • Loading branch information
LambdaHJ committed Jan 10, 2025
1 parent 4a44455 commit 8af017c
Show file tree
Hide file tree
Showing 23 changed files with 375 additions and 63 deletions.
Binary file added docs/charts/apollo-portal-0.3.2.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.4.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.4.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.5.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.5.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.6.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.6.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.7.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.8.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-portal-0.9.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.3.2.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.4.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.4.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.5.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.5.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.6.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.6.1.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.7.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.8.0.tgz
Binary file not shown.
Binary file added docs/charts/apollo-service-0.9.0.tgz
Binary file not shown.
432 changes: 369 additions & 63 deletions docs/charts/index.yaml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/en/deployment/distributed-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ The following table lists the configurable parameters of the apollo-service-char
| `configService.image.pullPolicy` | Image pull policy of apollo-configservice | `IfNotPresent` |
| `configService.imagePullSecrets` | Image pull secrets of apollo-configservice | `[]` |
| `configService.service.fullNameOverride` | Override the service name for apollo-configservice | `nil` |
| `configService.service.annotations` | The annotations of the service for apollo-configservice. _(chart version >= 0.9.0)_ | `{}` |
| `configService.service.port` | The port for the service of apollo-configservice | `8080` |
| `configService.service.targetPort` | The target port for the service of apollo-configservice | `8080` |
| `configService.service.type` | The service type of apollo-configservice | `ClusterIP` |
Expand Down Expand Up @@ -993,6 +994,7 @@ The following table lists the configurable parameters of the apollo-service-char
| `adminService.image.pullPolicy` | Image pull policy of apollo-adminservice | `IfNotPresent` |
| `adminService.imagePullSecrets` | Image pull secrets of apollo-adminservice | `[]` |
| `adminService.service.fullNameOverride` | Override the service name for apollo-adminservice | `nil` |
| `adminService.service.annotations` | The annotations of the service for apollo-adminservice. _(chart version >= 0.9.0)_ | `{}` |
| `adminService.service.port` | The port for the service of apollo-adminservice | `8090` |
| `adminService.service.targetPort` | The target port for the service of apollo-adminservice | `8090` |
| `adminService.service.type` | The service type of apollo-adminservice | `ClusterIP` |
Expand Down Expand Up @@ -1152,6 +1154,7 @@ The following table lists the configurable parameters of the apollo-portal chart
| `image.pullPolicy` | Image pull policy of apollo-portal | `IfNotPresent` |
| `imagePullSecrets` | Image pull secrets of apollo-portal | `[]` |
| `service.fullNameOverride` | Override the service name for apollo-portal | `nil` |
| `service.annotations` | The annotations of the service for apollo-portal. _(chart version >= 0.9.0)_ | `{}` |
| `service.port` | The port for the service of apollo-portal | `8070` |
| `service.targetPort` | The target port for the service of apollo-portal | `8070` |
| `service.type` | The service type of apollo-portal | `ClusterIP` |
Expand Down
3 changes: 3 additions & 0 deletions docs/zh/deployment/distributed-deployment-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,6 +913,7 @@ $ helm uninstall -n your-namespace apollo-service-dev
| `configService.image.pullPolicy` | Image pull policy of apollo-configservice | `IfNotPresent` |
| `configService.imagePullSecrets` | Image pull secrets of apollo-configservice | `[]` |
| `configService.service.fullNameOverride` | Override the service name for apollo-configservice | `nil` |
| `configService.service.annotations` | The annotations of the service for apollo-configservice. _(chart version >= 0.9.0)_ | `{}` |
| `configService.service.port` | The port for the service of apollo-configservice | `8080` |
| `configService.service.targetPort` | The target port for the service of apollo-configservice | `8080` |
| `configService.service.type` | The service type of apollo-configservice | `ClusterIP` |
Expand Down Expand Up @@ -943,6 +944,7 @@ $ helm uninstall -n your-namespace apollo-service-dev
| `adminService.image.pullPolicy` | Image pull policy of apollo-adminservice | `IfNotPresent` |
| `adminService.imagePullSecrets` | Image pull secrets of apollo-adminservice | `[]` |
| `adminService.service.fullNameOverride` | Override the service name for apollo-adminservice | `nil` |
| `adminService.service.annotations` | The annotations of the service for apollo-adminservice. _(chart version >= 0.9.0)_ | `{}` |
| `adminService.service.port` | The port for the service of apollo-adminservice | `8090` |
| `adminService.service.targetPort` | The target port for the service of apollo-adminservice | `8090` |
| `adminService.service.type` | The service type of apollo-adminservice | `ClusterIP` |
Expand Down Expand Up @@ -1101,6 +1103,7 @@ $ helm uninstall -n your-namespace apollo-portal
| `image.pullPolicy` | Image pull policy of apollo-portal | `IfNotPresent` |
| `imagePullSecrets` | Image pull secrets of apollo-portal | `[]` |
| `service.fullNameOverride` | Override the service name for apollo-portal | `nil` |
| `service.annotations` | The annotations of the service for apollo-portal. _(chart version >= 0.9.0)_ | `{}` |
| `service.port` | The port for the service of apollo-portal | `8070` |
| `service.targetPort` | The target port for the service of apollo-portal | `8070` |
| `service.type` | The service type of apollo-portal | `ClusterIP` |
Expand Down

0 comments on commit 8af017c

Please sign in to comment.