Agregando cambios al deployment.

This commit is contained in:
2025-06-05 22:39:23 +00:00
parent fe06cc22e8
commit ebbe7feb27
2 changed files with 23 additions and 10 deletions

View File

@ -44,22 +44,22 @@ spec:
resources:
requests:
memory: 2Gi
cpu: 1
cpu: '1'
limits:
memory: 4Gi
cpu: 2
cpu: '2'
volumeMounts:
- name: nfs-vol
mountPath: /home/aleleba/projects
- name: nvm-script
mountPath: /usr/bin/custom-scripts/01-nvm.sh
subPath: 01-nvm.sh
readOnly: true
# - name: nvm-script
# mountPath: /usr/bin/custom-scripts/01-nvm.sh
# subPath: 01-nvm.sh
# readOnly: true
volumes:
- name: nfs-vol
persistentVolumeClaim:
claimName: pvc-nfs-synology
- name: nvm-script
configMap:
name: nvm-install-script
defaultMode: 0555
# - name: nvm-script
# configMap:
# name: nvm-install-script
# defaultMode: 0555