Does Harbor support 2 ingresses for same habor helm deployment? #18739
Unanswered
aathivignesh19
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@zyyw Please help to have a look at this |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team, Im working on a harbor setup with nginx ingress controller in which im configuring 2 ingresses for harbor. 1 with client cert auth adding annotation like - auth-tls-verify-client, auth-tls-secret and another without these annotations. Is this setup possible?
I tried this and when i try docker login via ingress without client cert auth i get "400 No required SSL certificate was sent" error
Or
Should i have harbor installed using helm in different namespace with another nginx ingress controller in that namespace with ingress endpoint and have both harbor deployments using same DB and S3 Bucket.
Any recommendation is much appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions