Commit 046260f
feat(helm): allow customizing chart deployment strategy (#1190)
This pull request introduces support for customizing the deployment
strategy in the Helm chart.
The main enhancement allows users to specify deployment strategies,
such as `Replace`, allowing an existing Pod to be destroyed before the
new one is allocated.
* Added support for specifying a custom deployment `strategy` in the
`deployment.yaml` template, which will use the values provided in
`.Values.strategy`.
Fixes
#1189
---------
Co-authored-by: Lukas Metzner <lukas.metzner@hetzner-cloud.de>1 parent 2524313 commit 046260f
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
127 | 135 | | |
128 | 136 | | |
129 | 137 | | |
| |||
0 commit comments