|
| 1 | +workload-scheduler-operator helm chart |
| 2 | +=========== |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## TL;DR |
| 7 | + |
| 8 | +```bash |
| 9 | +$ helm repo add workload-scheduler-operator https://bennsimon.github.io/workload-scheduler-operator/ |
| 10 | +$ helm install workload-scheduler-operator workload-scheduler-operator/workload-scheduler-operator |
| 11 | +``` |
| 12 | + |
| 13 | +## Introduction |
| 14 | + |
| 15 | +This chart bootstraps [workload-scheduler-operator](https://github.com/bennsimon/workload-scheduler-operator) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. |
| 16 | + |
| 17 | +## Prerequisites |
| 18 | + |
| 19 | +- Kubernetes 1.16+ |
| 20 | +- Helm 3.1.0 |
| 21 | + |
| 22 | +## Installing the Chart |
| 23 | + |
| 24 | +To install the chart with the release name `workload-scheduler-operator`: |
| 25 | + |
| 26 | +## Configuration |
| 27 | + |
| 28 | +The following table lists the configurable parameters of the Workload-scheduler-operator chart and their default values. |
| 29 | + |
| 30 | +| Parameter | Description | Default | |
| 31 | +|--------------------------------------|-------------|-------------------------------------------| |
| 32 | +| `replicaCount` | | `1` | |
| 33 | +| `image.repository` | | `"bennsimon/workload-scheduler-operator"` | |
| 34 | +| `image.pullPolicy` | | `"IfNotPresent"` | |
| 35 | +| `image.tag` | | `""` | |
| 36 | +| `imagePullSecrets` | | `[]` | |
| 37 | +| `nameOverride` | | `""` | |
| 38 | +| `fullnameOverride` | | `""` | |
| 39 | +| `serviceAccount.create` | | `true` | |
| 40 | +| `serviceAccount.annotations` | | `{}` | |
| 41 | +| `serviceAccount.name` | | `""` | |
| 42 | +| `podAnnotations` | | `{}` | |
| 43 | +| `podSecurityContext` | | `{}` | |
| 44 | +| `securityContext` | | `{}` | |
| 45 | +| `resources` | | `{}` | |
| 46 | +| `livenessProbe.httpGet.path` | | `"/healthz"` | |
| 47 | +| `livenessProbe.httpGet.port` | | `8081` | |
| 48 | +| `livenessProbe.initialDelaySeconds` | | `15` | |
| 49 | +| `livenessProbe.periodSeconds` | | `20` | |
| 50 | +| `readinessProbe.httpGet.path` | | `"/readyz"` | |
| 51 | +| `readinessProbe.httpGet.port` | | `8081` | |
| 52 | +| `readinessProbe.initialDelaySeconds` | | `5` | |
| 53 | +| `readinessProbe.periodSeconds` | | `10` | |
| 54 | +| `autoscaling.enabled` | | `false` | |
| 55 | +| `nodeSelector` | | `{}` | |
| 56 | +| `tolerations` | | `[]` | |
| 57 | +| `affinity` | | `{}` | |
| 58 | +| `crds.enabled` | | `true` | |
| 59 | +| `env` | | `null` | |
0 commit comments