apps(privatebin): Added Privatebin to the deployment

This commit is contained in:
2025-05-30 12:27:42 +02:00
parent 7e23fa21a3
commit ba67befb25
6 changed files with 140 additions and 0 deletions

12
apps/privatebin/pvc.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: privatebin-data-pvc
namespace: privatebin
spec:
accessModes:
- ReadWriteMany
storageClassName: longhorn
resources:
requests:
storage: 5Gi