mirror of
https://github.com/dockur/windows.git
synced 2026-08-03 12:37:20 +01:00
fix: Add Recreate strategy to Kubernetes deployment (#1893)
This commit is contained in:
@@ -18,6 +18,8 @@ metadata:
|
||||
name: windows
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: windows
|
||||
|
||||
Reference in New Issue
Block a user