Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.82 KB

README.md

File metadata and controls

39 lines (34 loc) · 1.82 KB

scimserver

Version: 0.0.1-local Type: application AppVersion: 0.0.1-local

A Helm chart for the Monoskope SCIM Server

Values

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