Commit 3290258
authored
Set deployment strategy to "Recreate" in nuts-node Helm chart deployment (#3936)
* Set deployment strategy to "Recreate" in nuts-node Helm chart deployment.
strategy: Recreate - Prevents two pods running simultaneously (important for stateful apps like nuts-node with persistent volumes)
* Bump chart version to 0.0.6 in Chart.yaml.1 parent 9cdb154 commit 3290258
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments