alfresco-adf-app
A generic Alfresco Development Framework Helm chart for Kubernetes
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 | object | {} | |
env | object | {} | |
fullnameOverride | string | "" | |
global.alfrescoRegistryPullSecrets | string | "quay-registry-secret" | If a private image registry a secret can be defined and passed to kubernetes, see: https://github.com/Alfresco/acs-deployment/blob/a924ad6670911f64f1bba680682d266dd4ea27fb/docs/helm/eks-deployment.md#docker-registry-secret |
image.pullPolicy | string | "IfNotPresent" | |
image.repository | string | "" | |
image.tag | string | "" | |
imagePullSecrets | list | [] | |
ingress.annotations | object | {} | |
ingress.className | string | "nginx" | |
ingress.enabled | bool | true | |
ingress.hosts[0].host | string | "chart-example.local" | |
ingress.hosts[0].paths[0].path | string | "/" | |
ingress.hosts[0].paths[0].pathType | string | "Prefix" | |
ingress.tls | list | [] | |
livenessProbe.failureThreshold | int | 3 | |
livenessProbe.httpGet.path | string | "/" | |
livenessProbe.httpGet.port | string | "http" | |
livenessProbe.initialDelaySeconds | int | 0 | |
livenessProbe.periodSeconds | int | 10 | |
livenessProbe.timeoutSeconds | int | 1 | |
nameOverride | string | "" | |
nodeSelector | object | {} | |
podAnnotations | object | {} | |
podLabels | object | {} | |
podSecurityContext.runAsNonRoot | bool | true | |
podSecurityContext.runAsUser | int | 33000 | |
readinessProbe.failureThreshold | int | 3 | |
readinessProbe.httpGet.path | string | "/" | |
readinessProbe.httpGet.port | string | "http" | |
readinessProbe.initialDelaySeconds | int | 0 | |
readinessProbe.periodSeconds | int | 10 | |
readinessProbe.timeoutSeconds | int | 1 | |
replicaCount | int | 1 | |
resources.limits.cpu | string | "100m" | |
resources.limits.memory | string | "128Mi" | |
resources.requests.cpu | string | "100m" | |
resources.requests.memory | string | "128Mi" | |
securityContext | object | {} | |
service.port | int | 8080 | |
service.targetPort | string | "http" | |
service.type | string | "ClusterIP" | |
serviceAccount.annotations | object | {} | Annotations to add to the service account |
serviceAccount.automount | bool | true | Automatically mount a ServiceAccount’s API credentials? |
serviceAccount.create | bool | true | Specifies whether a service account should be created |
serviceAccount.name | string | "" | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
tolerations | list | [] | |
volumeMounts | list | [] | Additional volumeMounts on the output Deployment definition |
volumes | list | [] | Additional volumes on the output Deployment definition |