Allow to configure resources per object
Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -53,10 +53,15 @@ Kubernetes: `>=1.21.0-0`
|
||||
| agent.image.repository | string | `"gcr.io/spiffe-io/spire-agent"` | |
|
||||
| agent.image.tag | string | `""` | |
|
||||
| agent.nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
|
||||
| agent.resources | object | `{}` | |
|
||||
| autoscaling.enabled | bool | `false` | |
|
||||
| autoscaling.maxReplicas | int | `100` | |
|
||||
| autoscaling.minReplicas | int | `1` | |
|
||||
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
|
||||
| csiDriver.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| csiDriver.image.repository | string | `"ghcr.io/spiffe/spiffe-csi-driver"` | |
|
||||
| csiDriver.image.tag | string | `"0.2.0"` | |
|
||||
| csiDriver.resources | object | `{}` | |
|
||||
| fullnameOverride | string | `""` | |
|
||||
| imagePullSecrets | list | `[]` | |
|
||||
| nameOverride | string | `""` | |
|
||||
@@ -79,13 +84,13 @@ Kubernetes: `>=1.21.0-0`
|
||||
| oidc.jwtIssuer | string | `"oidc-discovery.example.org"` | |
|
||||
| oidc.logLevel | string | `"INFO"` | |
|
||||
| oidc.nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
|
||||
| oidc.resources | object | `{}` | |
|
||||
| oidc.service.annotations | object | `{}` | |
|
||||
| oidc.service.port | int | `80` | |
|
||||
| oidc.service.type | string | `"NodePort"` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
| podSecurityContext | object | `{}` | |
|
||||
| replicaCount | int | `1` | |
|
||||
| resources | object | `{}` | |
|
||||
| securityContext | object | `{}` | |
|
||||
| server.dataStorage.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| server.dataStorage.enabled | bool | `true` | |
|
||||
@@ -95,6 +100,7 @@ Kubernetes: `>=1.21.0-0`
|
||||
| server.image.repository | string | `"gcr.io/spiffe-io/spire-server"` | |
|
||||
| server.image.tag | string | `""` | |
|
||||
| server.nodeSelector."kubernetes.io/arch" | string | `"amd64"` | |
|
||||
| server.resources | object | `{}` | |
|
||||
| server.service.port | int | `8081` | |
|
||||
| server.service.type | string | `"ClusterIP"` | |
|
||||
| serviceAccount.annotations | object | `{}` | |
|
||||
@@ -108,6 +114,7 @@ Kubernetes: `>=1.21.0-0`
|
||||
| workloadRegistrar.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| workloadRegistrar.image.repository | string | `"gcr.io/spiffe-io/k8s-workload-registrar"` | |
|
||||
| workloadRegistrar.image.tag | string | `""` | |
|
||||
| workloadRegistrar.resources | object | `{}` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
|
||||
|
||||
Reference in New Issue
Block a user