buh
This commit is contained in:
		
							parent
							
								
									0e9a613925
								
							
						
					
					
						commit
						95324b9f5b
					
				
					 1 changed files with 12 additions and 12 deletions
				
			
		|  | @ -1,18 +1,18 @@ | |||
| apiVersion: v1 | ||||
| kind: Template | ||||
| objects: | ||||
| - apiVersion: v1 | ||||
|   kind: PersistentVolumeClaim | ||||
|   metadata: | ||||
|     name: ${APP}-data | ||||
|     labels: | ||||
|       app: ${APP} | ||||
|   spec: | ||||
|     accessModes: | ||||
|       - ReadWriteOnce | ||||
|     resources: | ||||
|       requests: | ||||
|         storage: ${STORAGE_SIZE} | ||||
| #- apiVersion: v1 | ||||
| #  kind: PersistentVolumeClaim | ||||
| #  metadata: | ||||
| #    name: ${APP}-data | ||||
| #    labels: | ||||
| #      app: ${APP} | ||||
| #  spec: | ||||
| #    accessModes: | ||||
| #      - ReadWriteOnce | ||||
| #    resources: | ||||
| #      requests: | ||||
| #        storage: ${STORAGE_SIZE} | ||||
| - apiVersion: v1 | ||||
|   kind: DeploymentConfig | ||||
|   metadata: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue