forked from infra/ansible
fix bodhi-valkey deployment again
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
parent
1371eae7b6
commit
06d732888f
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ spec:
|
|||
- name: bodhi-valkey
|
||||
image: image-registry.openshift-image-registry.svc:5000/bodhi/bodhi-valkey:latest
|
||||
command: ["valkey-server"]
|
||||
args: ["/etc/valkey/valkey.conf", "--logfile", "", "--pidfile", "", "--unixsocket", "--bind", "0.0.0.0", "", "--requirepass", "$(VALKEY_PASSWORD)"]
|
||||
args: ["/etc/valkey/valkey.conf", "--logfile", "", "--pidfile", "", "--unixsocket", "", "--bind", "0.0.0.0", "--requirepass", "$(VALKEY_PASSWORD)"]
|
||||
env:
|
||||
- name: VALKEY_PASSWORD
|
||||
valueFrom:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue