Skip to content

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.

2 participants