mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Set a password for Redis server
This commit is contained in:
parent
78181884ea
commit
f472edda9f
9
.jenkins
9
.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:
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user