Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update haproxy config to use port 6379 for redis #342

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmc5179
Copy link

@dmc5179 dmc5179 commented Mar 4, 2022

The haproxy config for deploying Quay in HA mode has redis on port 6380 in the backend while the redis deployment steps have redis on port 6379 here:

# mkdir -p /var/lib/redis
# chmod 777 /var/lib/redis
# sudo podman run -d -p 6379:6379 \
    -v /var/lib/redis:/var/lib/redis/data:Z \
    registry.redhat.io/rhel8/redis-5

This PR aligns the haproxy config in the documentation with the redis deployment steps as well as the testing resource haproxy config and ansible deployment file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants