chore: Update manifests after change

This commit is contained in:
2025-12-16 02:36:02 +00:00
parent 849c7b2c4c
commit 3a766b76df
8 changed files with 286 additions and 1 deletions

View File

@@ -54,9 +54,14 @@ spec:
cpu: 10m
memory: 128Mi
volumeMounts:
- mountPath: /config
- mountPath: /config-new
name: config
- mountPath: /config
name: config-old
volumes:
- name: config
persistentVolumeClaim:
claimName: code-server-config
- name: config-old
persistentVolumeClaim:
claimName: code-server-nfs-storage