Skip to content
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

Externalize environment.properties #23

Open
camuffo opened this issue Jul 8, 2024 · 2 comments · May be fixed by #22
Open

Externalize environment.properties #23

camuffo opened this issue Jul 8, 2024 · 2 comments · May be fixed by #22
Assignees
Labels
DevOps This label marks this as a DevOps activity

Comments

@camuffo
Copy link
Contributor

camuffo commented Jul 8, 2024

We want to externalize the environment.properties file, so the chart user can declare env vars for GeoServer.

We have decided to create a Secret to hold the content of the file, and mount it somewhere like /usr/local/tomcat/conf/environment.properties.
The user sets the Secret content in the values file.

An annotation on the GS StatefulSet, set to the SHA sum of the Secret yaml, allows automatic Pod recreation upon Secret update.

@camuffo camuffo added the DevOps This label marks this as a DevOps activity label Jul 8, 2024
@camuffo camuffo self-assigned this Jul 8, 2024
@camuffo camuffo linked a pull request Jul 8, 2024 that will close this issue
@randomorder
Copy link
Member

Hi @camuffo
why is this one in review? what is to be reviewed? have you already implemented this?

@camuffo
Copy link
Contributor Author

camuffo commented Aug 14, 2024

@randomorder because the related PR #22 is yet to me merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps This label marks this as a DevOps activity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants