mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			207 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			207 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Pod
 | |
| metadata:
 | |
|   name: nginx
 | |
|   labels:
 | |
|     name: nginx
 | |
| spec:
 | |
|   containers:
 | |
|   - name: nginx
 | |
|     image: nginx
 | |
|     ports:
 | |
|     - containerPort: 80
 | |
|     securityContext:
 | |
|       privileged: true
 |