Memcached is a popular cache server which can boost the performance of dynamic websites.
The source code and default configuration of the Building Block is available in our code.sysEleven.de. Infos on release notes and new features please follow Release notes memcache
Add the directory syseleven-memcached
to your control repository. Add a .gitlab-ci.yml
to the directory with the following content:
include:
- project: syseleven/building-blocks/helmfiles/memcached
file: JobDevelopment.yaml
ref: 2.8.0
- project: syseleven/building-blocks/helmfiles/memcached
file: JobStaging.yaml
ref: 2.8.0
- project: syseleven/building-blocks/helmfiles/memcached
file: JobProduction.yaml
ref: 2.8.0
Remove environments you are not using by removing their include.
No configuration is required.
The default scenario is to run memcached as standalone architecture. High Availability is not supported.
Please find more infos on release notes and new features Release notes Memcached