mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +00:00 
			
		
		
		
	As per http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/ docker has stopped answering dockerfile/redis and dockerfile/nginx. Fix all users in our tree. Sadly this means a lot of published examples are now broken.
		
			
				
	
	
		
			33 lines
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			581 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "kind": "Pod",
 | |
|   "apiVersion": "v1beta1",
 | |
|   "id": "php",
 | |
|   "desiredState": {
 | |
|     "manifest": {
 | |
|       "version": "v1beta1",
 | |
|       "id": "php",
 | |
|       "containers": [{
 | |
|         "name": "nginx",
 | |
|         "image": "nginx",
 | |
|         "ports": [{
 | |
|           "containerPort": 80,
 | |
|           "hostPort": 8081
 | |
|         }],
 | |
|         "livenessProbe": {
 | |
|           "enabled": true,
 | |
|           "type": "http",
 | |
|           "initialDelaySeconds": 30,
 | |
|           "httpGet": {
 | |
|             "path": "/",
 | |
|             "port": "80"
 | |
|           }
 | |
|         }
 | |
|       }]
 | |
|     }
 | |
|   },
 | |
|   "labels": {
 | |
|     "name": "foo"
 | |
|   }
 | |
| }
 | |
| 
 |