Cambios para reconocer el deployment y actualizarlo.
This commit is contained in:
13
clusters/cluster/vscode-tunnel-kustomization.yaml
Normal file
13
clusters/cluster/vscode-tunnel-kustomization.yaml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
|
kind: Kustomization
|
||||||
|
metadata:
|
||||||
|
name: vscode-tunnel
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 30s
|
||||||
|
path: ./infrastructure
|
||||||
|
prune: true
|
||||||
|
sourceRef:
|
||||||
|
kind: GitRepository
|
||||||
|
name: flux-system
|
@ -39,31 +39,31 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: nfs-vol
|
- name: nfs-vol
|
||||||
mountPath: /home/aleleba/projects
|
mountPath: /home/aleleba/projects
|
||||||
# - name: nvm-script
|
- name: nvm-script
|
||||||
# mountPath: /usr/bin/custom-scripts/02-nvm.sh
|
mountPath: /usr/bin/custom-scripts/02-nvm.sh
|
||||||
# subPath: 02-nvm.sh
|
subPath: 02-nvm.sh
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
# - name: git-script
|
- name: git-script
|
||||||
# mountPath: /usr/bin/custom-scripts/01-git.sh
|
mountPath: /usr/bin/custom-scripts/01-git.sh
|
||||||
# subPath: 01-git.sh
|
subPath: 01-git.sh
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
# - name: extensions-config
|
- name: extensions-config
|
||||||
# mountPath: /home/extensions.json
|
mountPath: /home/extensions.json
|
||||||
# subPath: extensions.json
|
subPath: extensions.json
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: nfs-vol
|
- name: nfs-vol
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: pvc-nfs-synology
|
claimName: pvc-nfs-synology
|
||||||
# - name: nvm-script
|
- name: nvm-script
|
||||||
# configMap:
|
configMap:
|
||||||
# name: nvm-install-script
|
name: nvm-install-script
|
||||||
# defaultMode: 0555
|
defaultMode: 0555
|
||||||
# - name: git-script
|
- name: git-script
|
||||||
# configMap:
|
configMap:
|
||||||
# name: git-install-script
|
name: git-install-script
|
||||||
# defaultMode: 0555
|
defaultMode: 0555
|
||||||
# - name: extensions-config
|
- name: extensions-config
|
||||||
# configMap:
|
configMap:
|
||||||
# name: vscode-tunnel-extensions
|
name: vscode-tunnel-extensions
|
||||||
# defaultMode: 0444
|
defaultMode: 0444
|
||||||
|
Reference in New Issue
Block a user