Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#12 from leakingtapan/headless-example
Browse files Browse the repository at this point in the history
Update example yaml files to use headless service
  • Loading branch information
bertinatto authored Sep 26, 2018
2 parents 1db25de + aa9064e commit 6ffb27d
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 6ffb27d

Please sign in to comment.