-
-
Notifications
You must be signed in to change notification settings - Fork 262
feat: add support for kubernetes helm chart #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Bruno Bernard <contact.brunobernard@gmail.com>
|
@eznix86 is attempting to deploy a commit to the vernu's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@eznix86 thanks for contibuting, let me know once the PR is ready and i'll review again |
|
I am not a NextJS expert, but NextAuth redirects redirects to port 3000 on login. Any recommendation ? Added nextauth_url it seems it doesn't pick up |
@eznix86 didnt understant the issue you're facing, can you rephrase it a bit? |
|
There was a fixed value in the code for docker. |
|
I managed to make it work and be deployed but the issue is that i have 404 issues on the dashboard |
@eznix86 on which pages are you getting 404? is it the frontend or the api calls? |
|
@vernu why is this still not merged |
|
I actually gave up because got no help to resolve issues with nextjs. If i have some help. Can finish the integration and ready for merge! |
We can discuss @vernu on how it helps on kubernetes.
For this to work enable github pages.
Settings > Pages and set it to
gh-pages/ rootif
gh-pagesdoesn't exist:Once this merges it will create a helm chart.
Any kubernetes folks can do
helm repo add vernu https://vernu.github.io/textbee helm repo update helm install textbee vernu/textbee --namespace textbee-system --create-namespace # ! important to set values appropriately