alfresco-connector-ms365
A Helm chart for deploying Alfresco connector ms365 service
Checkout alfresco-content-services chart’s doc for an example of how to leverage this chart from an umbrella chart.
Requirements
Repository | Name | Version |
---|---|---|
https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 3.1.3 |
Values
Key | Type | Default | Description |
---|---|---|---|
affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[0] | object | {"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-connector-ms365.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ .Release.Name }}"]},{"key":"app.kubernetes.io/component","operator":"In","values":["{{ $.Chart.Name }}"]}]},"topologyKey":"topology.kubernetes.io/zone"},"weight":10} | Prefer to schedule pods in different zones |
affinity.podAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution[1] | object | {"podAffinityTerm":{"labelSelector":{"matchExpressions":[{"key":"app.kubernetes.io/name","operator":"In","values":["{{ template \"alfresco-connector-ms365.name\" $ }}"]},{"key":"app.kubernetes.io/instance","operator":"In","values":["{{ .Release.Name }}"]}]},"topologyKey":"kubernetes.io/hostname"},"weight":5} | Prefer to schedule pods in different nodes |
environment | object | {} | |
global.alfrescoRegistryPullSecrets | string | "quay-registry-secret" | |
image.internalPort | int | 9095 | |
image.pullPolicy | string | "IfNotPresent" | |
image.repository | string | "quay.io/alfresco/alfresco-ooi-service" | |
image.tag | string | "2.0.3" | |
ingress.className | string | "nginx" | |
ingress.extraAnnotations | object | {} | |
ingress.path | string | "/ooi-service" | |
ingress.tls | list | [] | |
livenessProbe.failureThreshold | int | 1 | |
livenessProbe.initialDelaySeconds | int | 10 | |
livenessProbe.periodSeconds | int | 20 | |
livenessProbe.tcpSocket.port | string | "service-port" | |
livenessProbe.timeoutSeconds | int | 10 | |
nodeSelector | object | {} | |
podAnnotations | object | {} | |
podLabels | object | {} | |
podSecurityContext.runAsNonRoot | bool | true | |
podSecurityContext.runAsUser | int | 33006 | |
readinessProbe.initialDelaySeconds | int | 20 | |
readinessProbe.periodSeconds | int | 60 | |
readinessProbe.tcpSocket.port | string | "service-port" | |
readinessProbe.timeoutSeconds | int | 10 | |
replicaCount | int | 2 | |
repository.existingConfigMap.keys.host | string | "REPO_HOST" | name of the key in the configMap where to find the repository service host |
repository.existingConfigMap.keys.port | string | "REPO_PORT" | name of the key in the configMap where to find the repository service port |
repository.existingConfigMap.name | string | nil | a pre-existing configmap which provides expected configuration for ms365 |
repository.host | string | "acs-alfresco-cs-repository" | ACS repository host |
repository.port | int | 80 | ACS repository port |
resources.limits.cpu | string | "2" | |
resources.limits.memory | string | "1000Mi" | |
resources.requests.cpu | string | "0.25" | |
resources.requests.memory | string | "1000Mi" | |
service.externalPort | int | 80 | |
service.name | string | "ms365-service" | |
service.type | string | "ClusterIP" | |
serviceAccount.annotations | object | {} | Annotations to add to the service account |
serviceAccount.create | bool | true | Specifies whether a service account should be created |
serviceAccount.name | string | "ms365-sa" | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
strategy.rollingUpdate.maxSurge | int | 1 | |
strategy.rollingUpdate.maxUnavailable | int | 0 | |
tolerations | list | [] |