create registry

This commit is contained in:
Waylon Walker 2023-10-21 11:12:41 -05:00
parent 814900b72e
commit 6c04a312d7
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
6 changed files with 197 additions and 0 deletions

View file

@ -0,0 +1,14 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
creationTimestamp: null
labels:
io.kompose.service: registry-auth
name: registry-auth
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
status: {}