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:
@@ -9,8 +9,8 @@ image:
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 20Gi
|
||||
storageClassName: longhorn # Migrated from local-path to Longhorn (replica=3)
|
||||
size: 5Gi
|
||||
storageClassName: local-path # Reverted from longhorn due to storage constraints
|
||||
|
||||
# Use existing secret for password
|
||||
existingSecret: code-server-password
|
||||
|
||||
Reference in New Issue
Block a user