add curl
This commit is contained in:
		
							
								
								
									
										19
									
								
								templates/curl.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								templates/curl.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | |||||||
|  | --- | ||||||
|  | apiVersion: apps/v1 | ||||||
|  | kind: Deployment | ||||||
|  | metadata: | ||||||
|  |   name: alpine | ||||||
|  | spec: | ||||||
|  |   replicas: 1 | ||||||
|  |   selector: | ||||||
|  |     matchLabels: | ||||||
|  |       app: alpine | ||||||
|  |   template: | ||||||
|  |     metadata: | ||||||
|  |       labels: | ||||||
|  |         app: alpine | ||||||
|  |     spec: | ||||||
|  |       containers: | ||||||
|  |       - name: alpine | ||||||
|  |         image: alpine:3.18 | ||||||
|  |         stdin: true | ||||||
		Reference in New Issue
	
	Block a user