diff --git a/helm/alfresco-content-services-community/requirements.yaml b/helm/alfresco-content-services-community/requirements.yaml index b958f7fa49..5f22767e05 100644 --- a/helm/alfresco-content-services-community/requirements.yaml +++ b/helm/alfresco-content-services-community/requirements.yaml @@ -3,4 +3,8 @@ dependencies: - name: postgresql version: 0.9.3 repository: https://kubernetes-charts.storage.googleapis.com/ - condition: postgresql.enabled \ No newline at end of file + condition: postgresql.enabled +- name: alfresco-infrastructure + version: 0.1.0-DEPLOY-426 + condition: alfresco-content-services.alfresco-infrastructure.enabled + repository: http://kubernetes-charts.alfresco.com/incubator \ No newline at end of file diff --git a/helm/alfresco-content-services-community/templates/pvc-acs.yaml b/helm/alfresco-content-services-community/templates/pvc-acs.yaml deleted file mode 100644 index 3812662175..0000000000 --- a/helm/alfresco-content-services-community/templates/pvc-acs.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: alfresco-volume-claim -spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 5Gi \ No newline at end of file diff --git a/helm/alfresco-content-services-community/values.yaml b/helm/alfresco-content-services-community/values.yaml index 209aa9d8b3..d9ca313f0c 100644 --- a/helm/alfresco-content-services-community/values.yaml +++ b/helm/alfresco-content-services-community/values.yaml @@ -79,6 +79,22 @@ persistence: mountPath: "/opt/alfresco-search-services/data" subPath: "alfresco-content-services/solr-data" +alfresco-content-services: + alfresco-infrastructure: + enabled: true + +alfresco-infrastructure: + rabbitmq-ha: + enabled: false + activemq: + enabled: false + alfresco-keycloak: + enabled: false + alfresco-activiti-cloud-registry: + enabled: false + alfresco-api-gateway: + enabled: false + database: type: postgresql