Greenstand / treetracker-infrastructure

Our cloud infrastructure.
GNU General Public License v2.0
20 stars 26 forks source link

Keycloak deployment #203

Closed dadiorchen closed 11 months ago

dadiorchen commented 1 year ago

Formally deploy keycloak to k8s A customized docker image to change the UI sylte with Greenstand brand.

dadiorchen commented 1 year ago

@mckornfield thanks!

Can you explain your solution with configmap handling the docker customization:

What I need in this case is: cp some files (in this pr) and overwrite it to some dir, and run the keycloak command. How can I do so in the configmap?

mckornfield commented 1 year ago

You could mount those files in as a configmap instead to the relevant directory, and use the base image

dadiorchen commented 12 months ago

@mckornfield that's a good idea, I will try it.