mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
14 lines
259 B
YAML
14 lines
259 B
YAML
---
|
|
apiVersion: v1
|
|
kind: PersistentVolume
|
|
metadata:
|
|
name: registry-volume
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
persistentVolumeReclaimPolicy: Retain
|
|
capacity:
|
|
storage: 8Gi
|
|
storageClassName: registry-volume
|
|
hostPath:
|
|
path: /data/registry
|