<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Pv_example</id>
	<title>Pv example - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Pv_example"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Pv_example&amp;action=history"/>
	<updated>2026-04-19T17:31:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Pv_example&amp;diff=5489&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;``` apiVersion: v1 kind: PersistentVolume metadata:   name: pv-foo spec:   capacity:     storage: 1Gi   accessModes:     - ReadWriteOnce   persistentVolumeReclaimPolicy: Retai...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Pv_example&amp;diff=5489&amp;oldid=prev"/>
		<updated>2025-01-17T21:31:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;``` apiVersion: v1 kind: PersistentVolume metadata:   name: pv-foo spec:   capacity:     storage: 1Gi   accessModes:     - ReadWriteOnce   persistentVolumeReclaimPolicy: Retai...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;```&lt;br /&gt;
apiVersion: v1&lt;br /&gt;
kind: PersistentVolume&lt;br /&gt;
metadata:&lt;br /&gt;
  name: pv-foo&lt;br /&gt;
spec:&lt;br /&gt;
  capacity:&lt;br /&gt;
    storage: 1Gi&lt;br /&gt;
  accessModes:&lt;br /&gt;
    - ReadWriteOnce&lt;br /&gt;
  persistentVolumeReclaimPolicy: Retain&lt;br /&gt;
  storageClassName: manual&lt;br /&gt;
  hostPath:&lt;br /&gt;
    path: &amp;quot;/mnt/data&amp;quot;&lt;br /&gt;
---&lt;br /&gt;
apiVersion: v1&lt;br /&gt;
kind: PersistentVolumeClaim&lt;br /&gt;
metadata:&lt;br /&gt;
  name: pvc-foo&lt;br /&gt;
spec:&lt;br /&gt;
  accessModes:&lt;br /&gt;
    - ReadWriteOnce&lt;br /&gt;
  resources:&lt;br /&gt;
    requests:&lt;br /&gt;
      storage: 1Gi&lt;br /&gt;
  storageClassName: manual&lt;br /&gt;
---&lt;br /&gt;
apiVersion: v1&lt;br /&gt;
kind: Pod&lt;br /&gt;
metadata:&lt;br /&gt;
  name: foo&lt;br /&gt;
spec:&lt;br /&gt;
  containers:&lt;br /&gt;
    - name: foo-container&lt;br /&gt;
      image: nginx&lt;br /&gt;
      volumeMounts:&lt;br /&gt;
        - mountPath: &amp;quot;/usr/share/nginx/html&amp;quot;&lt;br /&gt;
          name: foo-storage&lt;br /&gt;
  volumes:&lt;br /&gt;
    - name: foo-storage&lt;br /&gt;
      persistentVolumeClaim:&lt;br /&gt;
        claimName: pvc-foo&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>