From f472edda9f7813aff78301e2a7ac1921b85f6f16 Mon Sep 17 00:00:00 2001 From: Marco Ceppi Date: Thu, 27 Feb 2020 08:53:31 -0500 Subject: [PATCH] Set a password for Redis server --- .jenkins | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.jenkins b/.jenkins index 51ce5080e..708f68d16 100644 --- a/.jenkins +++ b/.jenkins @@ -51,7 +51,12 @@ spec: - name: POSTGRES_PASSWORD value: netbox - name: redis - image: redis:latest + image: redis:5 + command: + - redis-server + args: + - --appendonly yes + - --requirepass netbox nodeSelector: cloud.google.com/gke-nodepool: jenkins tolerations: @@ -130,4 +135,4 @@ spec: } } } -} \ No newline at end of file +}