From: sascha.strassheim Date: Fri, 18 May 2018 12:41:44 +0000 (+0200) Subject: fbb-api dev/test env install redis + decrease to 1GB X-Git-Tag: v0.1.0~990^2~1 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4ffd9139c79e67874d7c87545aea9fe698a2b91a;p=pixelpark%2Fhiera.git fbb-api dev/test env install redis + decrease to 1GB --- diff --git a/customer/fbb-passngr/development.yaml b/customer/fbb-passngr/development.yaml index 23bbaeec..b2305800 100644 --- a/customer/fbb-passngr/development.yaml +++ b/customer/fbb-passngr/development.yaml @@ -63,6 +63,6 @@ infra::profile::apache_php::fpm_pool: redis::bind: 0.0.0.0 redis::manage_repo: true redis::timeout: 30 -redis::maxmemory: 3gb +redis::maxmemory: 1gb apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' diff --git a/customer/fbb-passngr/test.yaml b/customer/fbb-passngr/test.yaml index 11358df6..93a5ada6 100644 --- a/customer/fbb-passngr/test.yaml +++ b/customer/fbb-passngr/test.yaml @@ -26,6 +26,7 @@ sudo::configs: infra::additional_classes: - infra::profile::apache_php + - redis repo::remi_php72: true @@ -58,4 +59,9 @@ infra::profile::apache_php::fpm_pool: listen_group: apache pm_max_children: 20 +redis::bind: 0.0.0.0 +redis::manage_repo: true +redis::timeout: 30 +redis::maxmemory: 1gb + apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH'