mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-08-28 11:56:03 +00:00
fix: Add Recreate strategy to Kubernetes deployment (#1306)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -18,6 +18,8 @@ metadata:
|
||||
name: dsm
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: dsm
|
||||
|
||||
Reference in New Issue
Block a user