frigate: rm unused/undeployed PVE storage classes
This commit is contained in:
@@ -16,6 +16,5 @@ resources:
|
|||||||
- ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): go2rtc-config, frigate-mqtt-secret, frigate-rtsp-secret
|
- ssh://git@git.k-space.ee/secretspace/kube/frigate # secrets (.env): go2rtc-config, frigate-mqtt-secret, frigate-rtsp-secret
|
||||||
- ./auth.yml
|
- ./auth.yml
|
||||||
- ./rabbitmq.yml
|
- ./rabbitmq.yml
|
||||||
#- ./storage-class.yml
|
|
||||||
- ./storage.yml
|
- ./storage.yml
|
||||||
- ./transcode.yml
|
- ./transcode.yml
|
||||||
|
@@ -1,28 +0,0 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: frigate-config
|
|
||||||
provisioner: csi.proxmox.sinextra.dev
|
|
||||||
parameters:
|
|
||||||
cache: none
|
|
||||||
csi.storage.k8s.io/fstype: xfs
|
|
||||||
ssd: 'true'
|
|
||||||
storage: ks-pvs
|
|
||||||
reclaimPolicy: Retain
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
|
||||||
---
|
|
||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: frigate-data
|
|
||||||
provisioner: csi.proxmox.sinextra.dev
|
|
||||||
parameters:
|
|
||||||
cache: none
|
|
||||||
csi.storage.k8s.io/fstype: xfs
|
|
||||||
shared: 'true'
|
|
||||||
ssd: 'false'
|
|
||||||
storage: ks-pvs-nas
|
|
||||||
reclaimPolicy: Delete
|
|
||||||
allowVolumeExpansion: true
|
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
|
Reference in New Issue
Block a user