mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
changed develop k8s from deployment to statefulset
This commit is contained in:
@@ -19,8 +19,6 @@ metadata:
|
||||
namespace: crawlab-develop
|
||||
spec:
|
||||
serviceName: crawlab-master
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: crawlab-master
|
||||
|
||||
@@ -6,8 +6,6 @@ metadata:
|
||||
spec:
|
||||
serviceName: crawlab-worker
|
||||
replicas: 2
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: crawlab-worker
|
||||
|
||||
Reference in New Issue
Block a user