FEAT(code-server): add longhorn display name annot

- Add longhorn.io/display-name annotation to PVC for better visibility in Longhorn UI
- This helps identify the volume as 'code-server' in Longhorn dashboard
This commit is contained in:
2025-12-27 21:11:54 +09:00
parent 642e3d0817
commit aa04005fb9

View File

@@ -11,6 +11,9 @@ persistence:
accessMode: ReadWriteOnce
size: 5Gi
storageClassName: longhorn # Migrated to Longhorn for HA (replica=2)
annotations:
# Longhorn volume display name (for UI visibility)
longhorn.io/display-name: code-server
# Use existing secret for password
existingSecret: code-server-password