@@ -963,6 +963,7 @@ The following table lists the configurable parameters of the apollo-service-char
963
963
| ` configService.image.pullPolicy ` | Image pull policy of apollo-configservice | ` IfNotPresent ` |
964
964
| ` configService.imagePullSecrets ` | Image pull secrets of apollo-configservice | ` [] ` |
965
965
| ` configService.service.fullNameOverride ` | Override the service name for apollo-configservice | ` nil ` |
966
+ | ` configService.service.annotations ` | The annotations of the service for apollo-configservice. _ (chart version >= 0.9.0)_ | ` {} ` |
966
967
| ` configService.service.port ` | The port for the service of apollo-configservice | ` 8080 ` |
967
968
| ` configService.service.targetPort ` | The target port for the service of apollo-configservice | ` 8080 ` |
968
969
| ` configService.service.type ` | The service type of apollo-configservice | ` ClusterIP ` |
@@ -993,6 +994,7 @@ The following table lists the configurable parameters of the apollo-service-char
993
994
| ` adminService.image.pullPolicy ` | Image pull policy of apollo-adminservice | ` IfNotPresent ` |
994
995
| ` adminService.imagePullSecrets ` | Image pull secrets of apollo-adminservice | ` [] ` |
995
996
| ` adminService.service.fullNameOverride ` | Override the service name for apollo-adminservice | ` nil ` |
997
+ | ` adminService.service.annotations ` | The annotations of the service for apollo-adminservice. _ (chart version >= 0.9.0)_ | ` {} ` |
996
998
| ` adminService.service.port ` | The port for the service of apollo-adminservice | ` 8090 ` |
997
999
| ` adminService.service.targetPort ` | The target port for the service of apollo-adminservice | ` 8090 ` |
998
1000
| ` adminService.service.type ` | The service type of apollo-adminservice | ` ClusterIP ` |
@@ -1152,6 +1154,7 @@ The following table lists the configurable parameters of the apollo-portal chart
1152
1154
| `image.pullPolicy` | Image pull policy of apollo-portal | `IfNotPresent` |
1153
1155
| `imagePullSecrets` | Image pull secrets of apollo-portal | `[]` |
1154
1156
| `service.fullNameOverride` | Override the service name for apollo-portal | `nil` |
1157
+ | `service.annotations` | The annotations of the service for apollo-portal. _(chart version >= 0.9.0)_ | `{}` |
1155
1158
| `service.port` | The port for the service of apollo-portal | `8070` |
1156
1159
| `service.targetPort` | The target port for the service of apollo-portal | `8070` |
1157
1160
| `service.type` | The service type of apollo-portal | `ClusterIP` |
0 commit comments