chore: Update manifests after change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user