mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3304: add alfresco infrastructure as dependency
This commit is contained in:
@@ -3,4 +3,8 @@ dependencies:
|
||||
- name: postgresql
|
||||
version: 0.9.3
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
condition: postgresql.enabled
|
||||
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
|
@@ -1,10 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: alfresco-volume-claim
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user