mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	test: fix liveness pod
This commit is contained in:
		@@ -7,8 +7,8 @@ metadata:
 | 
				
			|||||||
spec:
 | 
					spec:
 | 
				
			||||||
  containers:
 | 
					  containers:
 | 
				
			||||||
  - args:
 | 
					  - args:
 | 
				
			||||||
    - /server
 | 
					    - liveness
 | 
				
			||||||
    image: {{.LivenessImage}}
 | 
					    image: {{.AgnhostImage}}
 | 
				
			||||||
    livenessProbe:
 | 
					    livenessProbe:
 | 
				
			||||||
      httpGet:
 | 
					      httpGet:
 | 
				
			||||||
        path: /healthz
 | 
					        path: /healthz
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user