Skip to content

Commit

Permalink
Update example attacher and provisioner yaml file to use headless ser…
Browse files Browse the repository at this point in the history
…vice
  • Loading branch information
Cheng Pan committed Sep 19, 2018
1 parent e182c6a commit aa9064e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions deploy/kubernetes/attacher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ metadata:
spec:
selector:
app: csi-attacher
ports:
- name: dummy
port: 12345

clusterIP: None
---

kind: StatefulSet
Expand Down
5 changes: 1 addition & 4 deletions deploy/kubernetes/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ metadata:
spec:
selector:
app: csi-provisioner
ports:
- name: dummy
port: 12345

clusterIP: None
---

kind: StatefulSet
Expand Down

0 comments on commit aa9064e

Please sign in to comment.