Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gionn/alfresco-eks-graviton-example
https://github.com/gionn/alfresco-eks-graviton-example
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gionn/alfresco-eks-graviton-example
- Owner: gionn
- Created: 2024-03-12T15:24:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-12T15:36:49.000Z (11 months ago)
- Last Synced: 2025-01-12T05:39:24.508Z (17 days ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfresco EKS Graviton example
This is the example code presented during the
[TTL #156 - Towards a sustainable deployment](https://hub.alfresco.com/t5/news-announcements/ttl-156-towards-a-sustainable-deployment/ba-p/318698).* [acs_values.yml](acs_values.yml): includes values override for the reference deployment without persistency and single replica for most components
* [arm64_selector.yml](arm64_selector.yml) and [amd64_selector.yml](amd64_selector.yml) to target the deployment against a specific `nodeSelector`Example install with:
```sh
helm upgrade --install acs alfresco/alfresco-content-services --version ~8.0.0
--namespace alfresco
--set global.search.sharedSecret=$(openssl rand -hex 24)
--values acs_values.yml
--values arm64_selector.yml
```Reference deployment on an EKS cluster with:
* Graviton (arm64) node group with t4g.xlarge instances
* Classic (amd64) node group with t3a.xlarge instances