You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ABCDesktop is a cloud native desktopless service, and a complete work environment accessible from a simple HTML 5 web browser, without any installation. Have a look on https://www.abcdesktop.io/ to get more informations.
|`imagePullSecrets`| Secret name to pull images |[]|
41
44
|`console.image`| Docker image used for the console service |`ghcr.io/abcdesktopio/console`|
42
45
|`console.tag`| Docker image tag |`4.2`|
43
46
|`console.replicaCount`| Number of replicas for the console |`1`|
@@ -71,6 +74,7 @@ The following table contains the helm parameters:
71
74
|`website.autoscaling.maxReplicas`| Maximum number of replicas allowed |`100`|
72
75
|`website.autoscaling.targetCPUUtilizationPercentage`| CPU utilization percentage to trigger autoscaling |`80`|
73
76
|`website.autoscaling.targetMemoryUtilizationPercentage`| Memory utilization percentage to trigger autoscaling (commented, not active by default) |`80`|
77
+
|`openldap.enabled`| boolean `true` or `false` to enable embedded openldap |`true`|
74
78
|`openldap.image`| Docker image for OpenLDAP |`ghcr.io/abcdesktopio/docker-test-openldap`|
75
79
|`openldap.tag`| Docker image tag |`4.2`|
76
80
|`openldap.replicaCount`| Number of replicas |`1`|
@@ -109,6 +113,7 @@ The following table contains the helm parameters:
0 commit comments