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

Update README with resources #40

Merged
merged 1 commit into from
May 24, 2019
Merged
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
11 changes: 7 additions & 4 deletions stable/hazelcast-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,18 @@ The following table lists the configurable parameters of the Hazelcast chart and
| `readinessProbe.timeoutSeconds` | When the probe times out | `1` |
| `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | `1` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `3` |
| `resources` | CPU/Memory resource requests/limits | `nil` |
| `resources.limits.cpu` | CPU resource limit | `default` |
| `resources.limits.memory` | Memory resource limit | `default` |
| `resources.requests.cpu` | CPU resource requests | `default` |
| `resources.requests.memory` | Memory resource requests | `default` |
| `service.type` | Kubernetes service type ('ClusterIP', 'LoadBalancer', or 'NodePort') | `ClusterIP` |
| `service.port` | Kubernetes service port | `5701` |
| `rbac.create` | Enable installing RBAC Role authorization | `true` |
| `serviceAccount.create` | Enable installing Service Account | `true` |
| `serviceAccount.name` | Name of Service Account, if not set, the name is generated using the fullname template | `nil` |
| `securityContext.enabled` | Enables Security Context for Hazelcast and Management Center | `true` |
| `securityContext.runAsUser` | User ID used to run the Hazelcast and Management Center containers | `65534` |
| `securityContext.fsGroup` | Group ID associated with the Hazelcast and Management Center container | `65534` |
| `securityContext.runAsUser` | User ID used to run the Hazelcast and Management Center containers | `65534` |
| `securityContext.fsGroup` | Group ID associated with the Hazelcast and Management Center container | `65534` |
| `metrics.enabled` | Turn on and off JMX Prometheus metrics available at `/metrics` | `false` |
| `metrics.service.type` | Type of the metrics service | `ClusterIP` |
| `metrics.service.port` | Port of the `/metrics` endpoint and the metrics service | `8080` |
Expand All @@ -89,7 +92,7 @@ The following table lists the configurable parameters of the Hazelcast chart and
| `customVolume` | Configuration for a volume mounted as '/data/custom' (e.g. to mount a volume with custom JARs) | `nil` |
| `mancenter.enabled` | Turn on and off Management Center application | `true` |
| `mancenter.image.repository` | Hazelcast Management Center Image name | `hazelcast/management-center` |
| `mancenter.image.tag` | Hazelcast Management Center Image tag (NOTE: must be the same or one minor release greater than Hazelcast image version) | `{VERSION}` |
| `mancenter.image.tag` | Hazelcast Management Center Image tag (NOTE: must be the same or one minor release greater than Hazelcast image version) | `{VERSION}` |
| `mancenter.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `mancenter.image.pullSecrets` | Specify docker-registry secret names as an array | `nil` |
| `mancenter.ssl` | Enable SSL for Management Center | `false` |
Expand Down
9 changes: 6 additions & 3 deletions stable/hazelcast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,18 @@ The following table lists the configurable parameters of the Hazelcast chart and
| `readinessProbe.timeoutSeconds` | When the probe times out | `1` |
| `readinessProbe.successThreshold` | Minimum consecutive successes for the probe to be considered successful after having failed | `1` |
| `readinessProbe.failureThreshold` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | `3` |
| `resources` | CPU/Memory resource requests/limits | `nil` |
| `resources.limits.cpu` | CPU resource limit | `default` |
| `resources.limits.memory` | Memory resource limit | `default` |
| `resources.requests.cpu` | CPU resource requests | `default` |
| `resources.requests.memory` | Memory resource requests | `default` |
| `service.type` | Kubernetes service type ('ClusterIP', 'LoadBalancer', or 'NodePort') | `ClusterIP` |
| `service.port` | Kubernetes service port | `5701` |
| `rbac.create` | Enable installing RBAC Role authorization | `true` |
| `serviceAccount.create` | Enable installing Service Account | `true` |
| `serviceAccount.name` | Name of Service Account, if not set, the name is generated using the fullname template | `nil` |
| `securityContext.enabled` | Enables Security Context for Hazelcast and Management Center | `true` |
| `securityContext.runAsUser` | User ID used to run the Hazelcast and Management Center containers | `65534` |
| `securityContext.fsGroup` | Group ID associated with the Hazelcast and Management Center container | `65534` |
| `securityContext.runAsUser` | User ID used to run the Hazelcast and Management Center containers | `65534` |
| `securityContext.fsGroup` | Group ID associated with the Hazelcast and Management Center container | `65534` |
| `metrics.enabled` | Turn on and off JMX Prometheus metrics available at `/metrics` | `false` |
| `metrics.service.type` | Type of the metrics service | `ClusterIP` |
| `metrics.service.port` | Port of the `/metrics` endpoint and the metrics service | `8080` |
Expand Down