-
Notifications
You must be signed in to change notification settings - Fork 23
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
Kubernetes Deployment Using Docker Image #456
Comments
I managed to resolve this by editing the Dockerfile to remove the config mapping and building my own image from that. Thanks, |
Can you describe or provide an example of what you did. Maybe I then can add it to the docs? |
Hi,
entrypoint.sh:
My Kubernetes deployment file looks like:
It's probably not the best way to do it, as I'll have to re-apply the deployment every time I create/update/delete a rule, but it should work well enough for my purposes. Thanks, |
Hi,
I've been running OpenHab & HabApp for a few years now - first on Windows, currently on Raspberry Pi and soon moving to Kubernetes.
I've managed to get the HabApp Docker deployment to deploy to my Kubernetes cluster, but I'm having issues trying to get the config.yml file (stored as a ConfigMap) to replace the default config file.
I've tried the following:
However, if I set it to read only, the deployment fails, setting read only to false and the config gets overwritten by the default config.
I'm pretty new to both Docker and Kubernetes, so any help would be much appreciated.
Thanks,
Richie
The text was updated successfully, but these errors were encountered: