Closed jmaaks closed 3 years ago
Hi, Harbor chart uses bitnami/redis chart as subchart, but not redis-cluster. As you quoted, this is not related to the chart but to harbor implementation that is not aware of redis sentinels.
Hi @rafariossaa,
Yes, I could have worded that better. I understand that it's not so much an issue with the chart, but rather with the underlying Harbor incompatibility.
Thanks for the confirmation!
Hi, You are welcome, I am glad to help. I am closing this issue.
I don't see anything in the [bitnami/harbor] Helm chart that mentions this, but it doesn't appear to be compatible with [bitnami/redis-cluster]. When using redis-cluster, core and jobservice pods restart repeatedly, and logs seem to say it can't follow a "moved" status from redis (I'm guessing this is the svc doing redirects to a redis cluster node). Simply re-deploying Harbor using [bitnami/redis] works perfectly.
This Harbor Helm page states:
Is this also the case with [bitnami/harbor] ?