created agent

This commit is contained in:
Donato Mastronardi
2026-03-17 22:51:04 +01:00
parent 79544b67de
commit 0dfcd13369
6 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: beszel-agent-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: microk8s-hostpath # to work also on the master node without longhorn
resources:
requests:
storage: 1Gi