manifests/today_ai_weather/redis/pvc.yaml
songtianlun c4f98c10a1 chore: update storage classes and node selectors
- Change storageClass values from 'local-vkus2' to 'local-zgus1'
- Update nodeSelector hostname from 'vkvm-us2' to 'zgocloud-us1'
- Modify persistent volume claim names to reflect new storage class

These changes aim to facilitate a smooth transition to a new hosting environment, ensuring that the resources are correctly allocated and managed.
2025-04-20 16:36:20 +08:00

15 lines
233 B
YAML

---
kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: taw-redis-data-local-zgus1-pvc
namespace: taw
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
storageClassName: local-zgus1