Skip to content
Snippets Groups Projects

Open redis access so the counters pods can access the redis backend

Closed Antoine R. Dumont requested to merge open-redis-access into production
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -9,7 +9,7 @@ class profile::swh::deploy::counters {
$static_history_file = lookup('swh::deploy::counters::cache_static_file')
class { '::redis':
bind => '127.0.0.1',
bind => [ '127.0.0.1', ip_for_network(lookup('internal_network')) ],
save_db_to_disk_interval => { '30' => '1' },
}
Loading