create registry
This commit is contained in:
parent
814900b72e
commit
6c04a312d7
6 changed files with 197 additions and 0 deletions
14
registry-ui/registry-persistentvolumeclaim.yaml
Normal file
14
registry-ui/registry-persistentvolumeclaim.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: registry
|
||||
name: registry
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 100Mi
|
||||
status: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue