This commit is contained in:
2024-02-05 15:54:10 +01:00
committed by William Petit
parent 53a0d26a47
commit 1375c9b317
4 changed files with 156 additions and 162 deletions

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: bouncer-admin
image: reg.cadoles.com/cadoles/bouncer:v2023.7.8-b44ff2a
image: reg.cadoles.com/cadoles/bouncer:v2024.2.5-1602626
command: ["bouncer"]
args: ["--debug", "-c", "/etc/bouncer/config.yml", "server", "admin", "run"]
imagePullPolicy: Always

View File

@ -15,7 +15,7 @@ layers:
redis:
addresses:
- ${RFS_BOUNCER_REDIS_SERVICE_HOST}:${RFS_BOUNCER_REDIS_SERVICE_PORT}
master: ""
master: "${REDIS_MASTER_NAME}"
logger:
level: 3

View File

@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: bouncer-server
image: reg.cadoles.com/cadoles/bouncer:v2023.7.8-b44ff2a
image: reg.cadoles.com/cadoles/bouncer:v2024.2.5-1602626
command: ["bouncer", "-c", "/etc/bouncer/config.yml", "server", "proxy", "run"]
imagePullPolicy: Always
ports: