-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Q/A: ENV questions #221
Comments
Hi @IngwiePhoenix, glad to see that you want to try to run solidtime on K8S. Our solidtime cloud also runs on Kubernetes and we do have plans to create a official Helm chart for self-hosting. Currently I'm building a generic Helm chart for Laravel applications called Larakube. The official solidtime Helm chart will most likely be based on that in the future. You can find the code to this here: https://github.com/solidtime-io/larakube This is currently not perfect and it's missing documentation, but maybe it helps you.
|
@IngwiePhoenix I'll close this issue for now, If you have further questions I can reopen the issue. |
Hello there! I finally had some time to sink into this - and I am at ~450 lines of plain YAML...help. x) Anyway! I got most of the things configured, except:
Here is the snippet that configures this particular container...perhaps I overlooked something?
The referenced environment config:
Got any idea what it is complaining about here, exactly? Or perhaps I am using the wrong image...? |
I nicked the missing value from here: #311 (comment) Curious why this isn't prefilled? Oh well - the containers are now booted and working ... except, I can't make an account, because I have no E-Mail server configured... oh well, I'll do that some other time. |
Hello!
I am trying to put together a Kubernetes deployment and I am a little stuck with assigning the proper values for the environment.
Here's the full document so far:
Deployment
So far, so good. Here's what I am left with:
horizon
mode?PASSPORT_
variables? Depending on what, I could use aninitContainer
.external-secrets
with the Webhook feature to do that...). Are there other ways/places to store it? If possible, it'd be nice to not have to put them into the manifest.APP_DOMAIN
andAPP_URL
as well asAPP_NAME
andVITE_APP_NAME
?This'll run inside k3s and might make a neat Helm chart down the line. :)
Kind regards,
Ingwie
The text was updated successfully, but these errors were encountered: