mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 03:16:25 -06:00
Set a password for Redis server
This commit is contained in:
parent
78181884ea
commit
f472edda9f
7
.jenkins
7
.jenkins
@ -51,7 +51,12 @@ spec:
|
|||||||
- name: POSTGRES_PASSWORD
|
- name: POSTGRES_PASSWORD
|
||||||
value: netbox
|
value: netbox
|
||||||
- name: redis
|
- name: redis
|
||||||
image: redis:latest
|
image: redis:5
|
||||||
|
command:
|
||||||
|
- redis-server
|
||||||
|
args:
|
||||||
|
- --appendonly yes
|
||||||
|
- --requirepass netbox
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
cloud.google.com/gke-nodepool: jenkins
|
cloud.google.com/gke-nodepool: jenkins
|
||||||
tolerations:
|
tolerations:
|
||||||
|
Loading…
Reference in New Issue
Block a user