add nfs-provisioner with sensible path template
This commit is contained in:
		
							
								
								
									
										21
									
								
								infrastructure/nfs-provisioner/nfs_values.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								infrastructure/nfs-provisioner/nfs_values.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
|   labels: | ||||
|     app: nfs-client-provisioner | ||||
|   name: nfs-client-provisioner | ||||
| spec: | ||||
|   template: | ||||
|     spec: | ||||
|       containers: | ||||
|         - name: nfs-client-provisioner | ||||
|           env: | ||||
|             - name: NFS_SERVER | ||||
|               value: 192.168.1.157 | ||||
|             - name: NFS_PATH | ||||
|               value: /export/kluster/ | ||||
|       volumes: | ||||
|         - name: nfs-client-root | ||||
|           nfs: | ||||
|             server: 192.168.1.157 | ||||
|             path: /export/kluster/ | ||||
		Reference in New Issue
	
	Block a user