mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	Search and replace for references to moved examples Reverted find and replace paths on auto gen docs Reverting changes to changelog Fix bugs in test-cmd.sh Fixed path in examples README ran update-all successfully Updated verify-flags exceptions to include renamed files
		
			
				
	
	
		
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Pod
 | |
| metadata:
 | |
|   labels:
 | |
|     name: redis-proxy
 | |
|     role: proxy
 | |
|   name: redis-proxy
 | |
| spec:
 | |
|   containers:
 | |
|   - name: proxy
 | |
|     image: kubernetes/redis-proxy:v2
 | |
|     ports:
 | |
|     - containerPort: 6379
 | |
|       name: api
 |