Skip to content

Commit

Permalink
Controller should be run as deployment - it doesn't have any stateful…
Browse files Browse the repository at this point in the history
…l data
  • Loading branch information
kvaster authored and chrislusf committed Aug 7, 2023
1 parent b5e314a commit 70bb14d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
kind: StatefulSet
kind: Deployment
apiVersion: apps/v1
metadata:
name: {{ template "seaweedfs-csi-driver.name" . }}-controller
spec:
selector:
matchLabels:
app: {{ template "seaweedfs-csi-driver.name" . }}-controller
serviceName: "csi-seaweedfs"
replicas: 1
template:
metadata:
Expand Down

0 comments on commit 70bb14d

Please sign in to comment.