Files
infra/apps/teable/pvc.yaml
prettysunflower 618f430d2f apps(teable): Change of main domain and config / storage change
Main domain changed to data.sunflower.lgbt
Added config for emails in secrets
Changed storage for Valkey to s3yuyuko (reliability issues)
Changed image tag to latest (v1.8.0 not found)
2025-06-06 11:16:36 +02:00

12 lines
212 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: valkey-data-pvc
namespace: teable
spec:
accessModes:
- ReadWriteOnce
storageClassName: s3yuyuko
resources:
requests:
storage: 2Gi