Skip to content

Commit

Permalink
error fixed by referring to coreos/etcd-operator#2126
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Lee committed Mar 10, 2020
1 parent e0ad071 commit f234ec9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions manifests/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,16 @@ spec:
type: NodePort
---

apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: registry
labels:
app: registry
spec:
selector:
matchLabels:
app: registry
strategy:
type: Recreate
template:
Expand Down Expand Up @@ -101,4 +104,4 @@ spec:
path: /var/run/docker.sock
- name: registry-persistent-storage
persistentVolumeClaim:
claimName: registry-claim
claimName: registry-claim

0 comments on commit f234ec9

Please sign in to comment.