github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/volumes/quobyte/quobyte-pod.yaml (about)

     1  apiVersion: v1
     2  kind: Pod
     3  metadata:
     4    name: quobyte
     5  spec:
     6    containers:
     7    - name: quobyte
     8      image: kubernetes/pause
     9      volumeMounts:
    10      - mountPath: /mnt
    11        name: quobytevolume
    12    volumes:
    13    - name: quobytevolume
    14      quobyte:
    15        registry: registry:7861
    16        volume: testVolume
    17        readOnly: false
    18        user: root
    19        group: root