How to get external access to multiple shares? #348
Unanswered
pfaelzerchen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After getting rid of some problems with my storage provider, I wanted to give another try on the samba-operator. I tried to deploy two smbshares to the cluster. Everything seems fine at first. pods are coming up, svcs of type LoadBalancer are configured, ... But when I open smb://host, I will only see the first of the two smbshares.
It is probably logical because there are several svcs trying to use the same external port 445. Is there a way to expose both shares at the same time?
Beta Was this translation helpful? Give feedback.
All reactions