PERF(code-server): reduce code-server PVC size and

- Reduce PVC size from 20Gi to 5Gi
- Revert storageClass from longhorn to local-path due to storage constraints
- Keep Gitea on longhorn, other apps on local-path
This commit is contained in:
2025-12-27 03:45:26 +09:00
parent 18b7e5fe4a
commit 5904f97127

View File

@@ -9,8 +9,8 @@ image:
persistence: persistence:
enabled: true enabled: true
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 20Gi size: 5Gi
storageClassName: longhorn # Migrated from local-path to Longhorn (replica=3) storageClassName: local-path # Reverted from longhorn due to storage constraints
# Use existing secret for password # Use existing secret for password
existingSecret: code-server-password existingSecret: code-server-password