fix: Add Recreate strategy to Kubernetes deployment (#1306)

This commit is contained in:
Kroese
2026-07-19 03:15:10 +02:00
committed by GitHub
parent d807a365ff
commit 6944293a32
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -25,6 +25,4 @@ jobs:
failure-threshold: warning
-
name: Validate JSON and YML files
uses: GrantBirki/json-yaml-validate@v5.0.0
with:
yaml_exclude_regex: ".*\\kubernetes\\.yml$"
uses: GrantBirki/json-yaml-validate@v5
+2
View File
@@ -18,6 +18,8 @@ metadata:
name: dsm
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: dsm