You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Hum, I think it's more related to flask (I can be wrong though) as when I run a shell in the container, I can connect to the redis service (after installing the redis-cli client):
/src # redis-cli --pass i85b0373210hi7h5 -h "db.myredis-a85ed76a-874.svc.cluster.local"
Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
db.myredis-a05ae76a-854.svc.cluster.local:6379>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce the problem:
ghcr.io/acorn-io/redis:v7.2.1-0
Modified the Acronfile to consume the redis app deployed in step1:
Endpoint url is not rendered.
Note - I am able to consume redis service successfully using the example app provided in https://github.com/acorn-io/redis/tree/main/examples
The text was updated successfully, but these errors were encountered: