20 lines
		
	
	
		
			395 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			395 B
		
	
	
	
		
			YAML
		
	
	
	
apiVersion: v1beta1
 | 
						|
desiredState:
 | 
						|
  manifest:
 | 
						|
    containers:
 | 
						|
      - image: gcr.io/google_containers/liveness
 | 
						|
        name: liveness
 | 
						|
        livenessProbe:
 | 
						|
          httpGet:
 | 
						|
            path: "/healthz"
 | 
						|
            port: 8080
 | 
						|
          initialDelaySeconds: 15
 | 
						|
        command:
 | 
						|
          - /server
 | 
						|
    id: liveness-http
 | 
						|
    version: v1beta1
 | 
						|
id: liveness-http
 | 
						|
kind: Pod
 | 
						|
labels:
 | 
						|
  test: liveness
 |