mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REPO-3304: add alfresco infrastructure as dependency
This commit is contained in:
@@ -4,3 +4,7 @@ dependencies:
|
|||||||
version: 0.9.3
|
version: 0.9.3
|
||||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
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"
|
mountPath: "/opt/alfresco-search-services/data"
|
||||||
subPath: "alfresco-content-services/solr-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:
|
database:
|
||||||
type: postgresql
|
type: postgresql
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user