-
-
Notifications
You must be signed in to change notification settings - Fork 392
feat(helm): helm template #4041
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: master
Are you sure you want to change the base?
Conversation
Thanks! I do not use helm either. But this is a good start. Can you also update the documentation? Maybe https://dozzle.dev/guide/k8s? I'll try to test it locally and merge once the docs have been updated too. |
Sure, I will be working in the docs over the weekend, thanks |
It's not great that someone needs to checkout Dozzle code to On a different note, I tested this and it seemed to work. But I wasn't able to hit the UI directly. Maybe I did something wrong with |
good to know about hit the UI, could be related to ingress classes or anything else related/required. I am using k3s with traefik as ingress |
@abnerrizzi I am having a hard time to get this to work. Here is what I am doing.
|
Alright, I did some more testing. I don't think |
This pull request introduces a basic Helm template for Dozzle, generated using AI Studio. It includes support for Ingress.
Requesting review.