A Helm chart for the Monoskope SCIM Server
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 10 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
commandHandler | object | {"host":"commandhandler","port":8080,"prefix":""} |
API address of the command handler |
fullnameOverride | string | "" |
|
global | object | {} |
|
image.pullPolicy | string | "Always" |
|
image.repository | string | "ghcr.io/finleap-connect/monoskope/scimserver" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
queryHandler | object | {"host":"queryhandler","port":8080,"prefix":""} |
API address of the query handler |
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 8080 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.4.0