registry is working!!
This commit is contained in:
parent
2fb1980e28
commit
c9864124e1
6 changed files with 431 additions and 0 deletions
27
registry-ui/pvc-inspector.yaml
Normal file
27
registry-ui/pvc-inspector.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: pvc-inspector
|
||||
namespace: registry
|
||||
spec:
|
||||
containers:
|
||||
- image: registry.wayl.one/devtainer:slim
|
||||
name: pvc-inspector
|
||||
command: ["sleep", "300"]
|
||||
volumeMounts:
|
||||
- mountPath: /pvc-registry
|
||||
name: pvc-registry
|
||||
- mountPath: /pvc-registry-auth
|
||||
name: pvc-registry-auth
|
||||
- mountPath: /pvc-registry-config
|
||||
name: pvc-registry-config
|
||||
volumes:
|
||||
- name: pvc-registry
|
||||
persistentVolumeClaim:
|
||||
claimName: registry
|
||||
- name: pvc-registry-auth
|
||||
persistentVolumeClaim:
|
||||
claimName: registry-auth
|
||||
- name: pvc-registry-config
|
||||
persistentVolumeClaim:
|
||||
claimName: registry-config
|
||||
Loading…
Add table
Add a link
Reference in a new issue