mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			592 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "kind": "Pod",
 | 
						|
  "apiVersion": "v1beta1",
 | 
						|
  "id": "php",
 | 
						|
  "desiredState": {
 | 
						|
    "manifest": {
 | 
						|
      "version": "v1beta1",
 | 
						|
      "id": "php",
 | 
						|
      "containers": [{
 | 
						|
        "name": "nginx",
 | 
						|
        "image": "dockerfile/nginx",
 | 
						|
        "ports": [{
 | 
						|
          "containerPort": 80,
 | 
						|
          "hostPort": 8081
 | 
						|
        }],
 | 
						|
        "livenessProbe": {
 | 
						|
          "enabled": true,
 | 
						|
          "type": "http",
 | 
						|
          "initialDelaySeconds": 30,
 | 
						|
          "httpGet": {
 | 
						|
            "path": "/",
 | 
						|
            "port": "80"
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "labels": {
 | 
						|
    "name": "foo"
 | 
						|
  }
 | 
						|
}
 | 
						|
 |