Files
ingress
services
Argus
_namespace-argus.yml
application-argus.yaml
deployment-argus.yml
ingressroute-argus.yml
persistentvolume-argus-config.yml
persistentvolume-argus-data.yml
persistentvolumeclaim-argus-config.yml
persistentvolumeclaim-argus-data.yml
sealedsecret-flexvolsmb-credentials.yaml
service-argus.yml
serviceAccount-argus.yml
Authelia
DDclient
Gitea
Gotify
Guacamole
Headlamp
LdapWrapper
Lighttpd
Memos
Minecraft
PVR
Vaultwarden
storage
system
.gitignore
README.md
Kubernetes.K3s.installLog/services/Argus/persistentvolumeclaim-argus-config.yml

14 lines
239 B
YAML
Raw Normal View History

2023-09-19 10:02:18 +02:00
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
2024-01-21 16:18:31 +11:00
name: flexvolsmb-argus-config
2023-09-19 10:02:18 +02:00
namespace: argus
spec:
accessModes:
- ReadWriteMany
2024-01-21 16:18:31 +11:00
storageClassName: flexvolsmb-argus-config
2023-09-19 10:02:18 +02:00
resources:
requests:
storage: 1Gi