-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
thr
authored and
thr
committed
Feb 19, 2024
1 parent
0c14240
commit c83e7d6
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Using of Stakater Reloader | ||
|
||
Per default, the Microservices Runtime pod is not restarted on unchanged `application.properties` file between Helm release upgrades. The [Stakataer Reloader](https://github.com/stakater/Reloader) can solve and help this issue. | ||
|
||
## Increase `values.yaml` | ||
|
||
Add following value in `podAnnotations` to define the dependency between deployment and config map ... | ||
|
||
``` | ||
podAnnotations: | ||
configmap.reloader.stakater.com/reload: "{{ include \"common.names.fullname\" . }}" | ||
``` | ||
|
||
If the ConfigMap (evaluated by `{{ include \"common.names.fullname\" . }}`) with `application.properties` file is changed, [Stakataer Reloader](https://github.com/stakater/Reloader) restarts the pod. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters