mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| apiVersion: v1
 | |
| kind: Pod
 | |
| metadata:
 | |
|   name: dns-frontend
 | |
|   labels:
 | |
|     name: dns-frontend
 | |
| spec:
 | |
|   containers:
 | |
|     - name: dns-frontend
 | |
|       image: gcr.io/google_containers/example-dns-frontend:v1
 | |
|       command:
 | |
|         - python
 | |
|         - client.py
 | |
|         - http://dns-backend.development.cluster.local:8000
 | |
|       imagePullPolicy: Always
 | |
|   restartPolicy: Never
 |