alfresco-audit-storage
A Helm chart for Kubernetes to deploy Alfresco Audit Storage
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/ | activemq | 3.6.2 |
| https://alfresco.github.io/alfresco-helm-charts/ | alfresco-common | 4.0.0 |
| oci://registry-1.docker.io/bitnamicharts | elasticsearch | 21.4.1 |
Values
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} | |
| environment.AUDIT_EVENTINGESTION_DLQ_CONSUMEPERIOD | int | 60000 | |
| environment.AUDIT_EVENTINGESTION_DLQ_CONSUMPTIONCOUNT | int | 1000 | |
| environment.AUDIT_EVENTINGESTION_URI | string | "activemq:topic:alfresco.repo.event2" | |
| environment.SPRING_PROFILES_ACTIVE | string | "durable-subscriptions" | |
| fullnameOverride | string | "" | |
| global.alfrescoRegistryPullSecrets | string | "quay-registry-secret" | |
| image.pullPolicy | string | "IfNotPresent" | |
| image.repository | string | "quay.io/alfresco/alfresco-audit-storage" | |
| image.tag | string | "1.1.0" | |
| imagePullSecrets | list | [] | |
| index.existingConfigMap.keys.url | string | "SEARCH_URL" | Key within the configmap holding the URL of the elasticsearch service |
| index.existingConfigMap.name | string | nil | Alternatively, provide elasticsearch service connection details via an existing configmap |
| index.existingSecret.keys.password | string | "SEARCH_PASSWORD" | Key within the secret that holds the elasticsearch password |
| index.existingSecret.keys.username | string | "SEARCH_USERNAME" | Key within the secret that holds the elasticsearch username |
| index.existingSecret.name | string | nil | Alternatively, provide elasticsearch credentials via an existing secret |
| index.password | string | nil | The password required to access the elasticsearch service, if any |
| index.url | string | nil | The URL where the elasticsearch service is available |
| index.username | string | nil | The username required to access the elasticsearch service, if any |
| livenessProbe.httpGet.path | string | "/actuator/health/liveness" | |
| livenessProbe.httpGet.port | string | "http" | |
| livenessProbe.initialDelaySeconds | int | 15 | |
| livenessProbe.periodSeconds | int | 60 | |
| messageBroker.existingConfigMap.keys.url | string | "BROKER_URL" | Key within the configmap holding the URL of the message broker |
| messageBroker.existingConfigMap.name | string | nil | Alternatively, provide message broker connection details via an existing configmap |
| messageBroker.existingSecret | object | {"keys":{"password":"BROKER_PASSWORD","username":"BROKER_USERNAME"},"name":null} | Provide connection details alternatively via an existing secret that contains BROKER_URL, BROKER_USERNAME and BROKER_PASSWORD keys |
| messageBroker.password | string | nil | Broker password |
| messageBroker.url | string | nil | Broker URL formatted as per: https://activemq.apache.org/failover-transport-reference |
| messageBroker.username | string | nil | Broker username |
| nameOverride | string | "" | |
| nodeSelector | object | {} | |
| podAnnotations | object | {} | |
| podLabels | object | {} | |
| podSecurityContext.fsGroup | int | 1000 | |
| podSecurityContext.runAsGroup | int | 1000 | |
| podSecurityContext.runAsUser | int | 33000 | |
| readinessProbe.httpGet.path | string | "/actuator/health/readiness" | |
| readinessProbe.httpGet.port | string | "http" | |
| readinessProbe.initialDelaySeconds | int | 15 | |
| readinessProbe.periodSeconds | int | 60 | |
| replicaCount | int | 1 | |
| resources.limits.cpu | string | "1" | |
| resources.limits.memory | string | "512Mi" | |
| resources.requests.cpu | string | "0.5" | |
| resources.requests.memory | string | "256Mi" | |
| securityContext | object | {} | |
| service.port | int | 8081 | |
| service.type | string | "ClusterIP" | |
| serviceAccount.annotations | object | {} | |
| serviceAccount.automount | bool | true | |
| serviceAccount.create | bool | true | |
| serviceAccount.name | string | "" | |
| tags.ci | bool | false | A chart tag used for Hyland’s CI purpose. Do not set it to true. |
| tolerations | list | [] | |
| volumeMounts | list | [] | |
| volumes | list | [] |