-
Notifications
You must be signed in to change notification settings - Fork 2
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
Need some help? #6
Comments
Thanks for your interest in this chart! Adding documentation is on our backlog and we hope to have something to share soon. In the meantime, I recommend consulting Charts.yaml to see how we deployed Redis and values.yaml for some of the environment variables you mind need to configure. If you have any questions, feel free to ask. I'll leave this ticket open until we get the documentation online. |
No probs, I'll document my progress here getting things up and running:
The frontend is falling over with error I'll add a client on keycloak for OIDC and load the bitnami helm chart and post back again. The issue here is that the frontend helm chart does not allow for extraEnvs so can't set it through values file Would it be possible to change the values so we can add secrets using ExistingSecret and key? this way I don't have to push plaintext sensitive info, another nice touch would be to dynamically create a secret if one isn't provided? |
for the frontend, seems it's trying to manage it's own certs and things, is it not much better to let cert-bot do the job here and terminate at ingress level? the logs I'm getting is
|
made some progress added these env's
And the frontend fired up, seems a bit strange as it's trying to replace much of the work of the ingress etc which is not a good implimentation, like 10 workers in nginx won't give more throughput unless you have 10 cpus etc. Next up backend |
I need to load ODK central on a kubernetes cluster and was going to develop my own helm chart until I found this one.
Seems we could do with a readme and also a few things will need to change like the secret management etc.
It would also be great to get an idea of the implimentation like needs a redis, postgres blah blah
How do I get involved to help fix it?
The text was updated successfully, but these errors were encountered: