Deploying with Helm charts on AWS using EKS

cancel
Showing results for 
Search instead for 
Did you mean: 
dharmendra_pan2
Active Member II

Deploying with Helm charts on AWS using EKS

I am trying to deploy ACS 6.2 on AWS with EKS.

My question is-

How can I add shared/extension environment in EKS so our customization can be uploaded, we have some environment specific configuration which we can not add to source code.

Can anyone help or suggest to configure extension/customization (shared/classes)for ACS.

I was looking into below and did not find any reference to share.loader so it can load extension/customization - https://github.com/Alfresco/acs-deployment/blob/4dac27fecb485bc296c059cf3eff8328fa4e64f5/helm/alfres...

values.yaml file suggest to added the propeties but does not suggest how to load extension or where to provide it.

In docker, we can provide like this - https://github.com/Alfresco/acs-packaging/blob/master/docker-alfresco/Dockerfile


RUN sed -i "s/shared.loader=/shared.loader=\${catalina.base}\/shared\/classes/" ${TOMCAT_DIR}/conf/catalina.properties

-D