Replies: 8 comments 2 replies
-
Unfortunately, not very familiar with Kubernetes. Perhaps the issue is due to the way the database is provisioned? You may need to update (or customize) the compose file to be compatible. Were there any error messages you can share? Would be helpful to troubleshoot. |
Beta Was this translation helpful? Give feedback.
-
Going to close this discussion for now since Kubernetes support seems like a unique request. Happy to re-open if there's additional interest! |
Beta Was this translation helpful? Give feedback.
-
This has been discussed multiple times (see #9). This will need to be something added by the community, as I don't have a K8s environment to test this with. This should be possible with the recent release (uses separate Docker image). |
Beta Was this translation helpful? Give feedback.
-
docker:latest still produces: |
Beta Was this translation helpful? Give feedback.
-
@mth3r, @Marx2 - I've just tagged a new release which I suspect will be more compatible with K8s. Want to give that a shot? Edit: https://github.com/investbrainapp/investbrain/releases/tag/v1.1.0 |
Beta Was this translation helpful? Give feedback.
-
I was able to deploy it without errors. When I go through port forwarding to view the app, the layout is wonky. Like the icons are huge and the text is unreadable. I'll try to go through a service and see if that changes anything, but I imagine it has something to do with nginx, but that is just a guess.
…________________________________
From: hackerESQ ***@***.***>
Sent: Sunday, January 26, 2025 11:10:42 PM
To: investbrainapp/investbrain ***@***.***>
Cc: mth3r ***@***.***>; Mention ***@***.***>
Subject: Re: [investbrainapp/investbrain] Kubernetes deployment (Discussion #27)
@mth3r<https://github.com/mth3r>, @Marx2<https://github.com/Marx2> - I've just tagged a new release which I suspect will be more compatible with K8s. Want to give that a shot?
—
Reply to this email directly, view it on GitHub<#27 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVDTOZDJFMIMNDRWNXIPW32MWWUFAVCNFSM6AAAAABRSCIOISVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJWGQZTSNQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Are you getting any errors in the browser console? Particularly "unsafe content blocked" or "not found" errors? This has happened to other folks - they had to update the |
Beta Was this translation helpful? Give feedback.
-
i did as you suggested and it works. thanks. I'm getting some other permission errors, but I think that is a vestiage of doing multiple deployments and not clearing out the volumes. Looks great and thanks for your efforts
…________________________________
From: hackerESQ ***@***.***>
Sent: Tuesday, January 28, 2025 9:44:33 AM
To: investbrainapp/investbrain ***@***.***>
Cc: mth3r ***@***.***>; Mention ***@***.***>
Subject: Re: [investbrainapp/investbrain] Kubernetes deployment (Discussion #27)
Are you getting any errors in the browser console? Particularly "unsafe content blocked" or "not found" errors? This has happened to other folks - they had to update the ASSET_URL environment variable.
—
Reply to this email directly, view it on GitHub<#27 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVDTO74JRITBIMKSLTJBET2M6JVDAVCNFSM6AAAAABRSCIOISVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJYGUYDKNI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'd like to deploy this in my cluster, but I cant seem to get the docker image to work. Any suggestions on how to set the container image?
Beta Was this translation helpful? Give feedback.
All reactions