diff options
| author | Max Resnick <max@ofmax.li> | 2025-06-15 22:10:32 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-06-15 22:10:32 -0700 |
| commit | 1b47046a96cb6dd344cbaf7c215420a829e6d4df (patch) | |
| tree | 5501a1078935e788c6b744f6f2516bdfe6e4a372 /manifests/local/pvc.yaml | |
| parent | 0439fdf82e66df8e03433afe849c1ff4ec18c38f (diff) | |
| download | go-git-server-1b47046a96cb6dd344cbaf7c215420a829e6d4df.tar.gz | |
feat: refactor of kustomization.yml
Diffstat (limited to 'manifests/local/pvc.yaml')
| -rw-r--r-- | manifests/local/pvc.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/manifests/local/pvc.yaml b/manifests/local/pvc.yaml deleted file mode 100644 index 1a47dc5..0000000 --- a/manifests/local/pvc.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: go-git-storage - annotations: - volumeType: local -spec: - accessModes: - - ReadWriteOnce - storageClassName: local-path - resources: - requests: - storage: 512Mi - |