openhab-cloud icon indicating copy to clipboard operation
openhab-cloud copied to clipboard

kubernetes deployment bugfix

Open mmastrorilli opened this issue 4 years ago • 1 comments

i solved the issue using configMap for mounting config.json file missing. Environment variables are stored in a separated key/value configmap. finally, sensible data are stored in a secret. I also updated all api version to v1

in the pull request you can find pulling the docker image from my repository since I found the openhab one too old and doesn't match anymore with head revision.

I tested all the configuration both on minikube and on google GKE

mmastrorilli avatar Oct 07 '20 00:10 mmastrorilli

Closes #295

mmastrorilli avatar Oct 07 '20 06:10 mmastrorilli