]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-api dev/test env install redis + decrease to 1GB
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 18 May 2018 12:41:44 +0000 (14:41 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 18 May 2018 12:41:44 +0000 (14:41 +0200)
customer/fbb-passngr/development.yaml
customer/fbb-passngr/test.yaml

index 23bbaeec791de539f38e346d4094ce2c64727c9d..b23058006db3add7ddd9cb0ce0dc47d94c5e83ee 100644 (file)
@@ -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'
index 11358df67c092064370b4697b9480ad76d5cf63a..93a5ada6311ab0456eee14ac49b773508bd2f16c 100644 (file)
@@ -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'