mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #31961 from piosz/heapster-fix
Automatic merge from submit-queue Fixed port in Heapster liveness probe fix #31955
This commit is contained in:
		@@ -47,7 +47,7 @@ spec:
 | 
				
			|||||||
          livenessProbe:
 | 
					          livenessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /healthz
 | 
					              path: /healthz
 | 
				
			||||||
              port: 8080
 | 
					              port: 8082
 | 
				
			||||||
              scheme: HTTP
 | 
					              scheme: HTTP
 | 
				
			||||||
            initialDelaySeconds: 180
 | 
					            initialDelaySeconds: 180
 | 
				
			||||||
            timeoutSeconds: 5
 | 
					            timeoutSeconds: 5
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@ spec:
 | 
				
			|||||||
          livenessProbe:
 | 
					          livenessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /healthz
 | 
					              path: /healthz
 | 
				
			||||||
              port: 8080
 | 
					              port: 8082
 | 
				
			||||||
              scheme: HTTP
 | 
					              scheme: HTTP
 | 
				
			||||||
            initialDelaySeconds: 180
 | 
					            initialDelaySeconds: 180
 | 
				
			||||||
            timeoutSeconds: 5
 | 
					            timeoutSeconds: 5
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@ spec:
 | 
				
			|||||||
          livenessProbe:
 | 
					          livenessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /healthz
 | 
					              path: /healthz
 | 
				
			||||||
              port: 8080
 | 
					              port: 8082
 | 
				
			||||||
              scheme: HTTP
 | 
					              scheme: HTTP
 | 
				
			||||||
            initialDelaySeconds: 180
 | 
					            initialDelaySeconds: 180
 | 
				
			||||||
            timeoutSeconds: 5
 | 
					            timeoutSeconds: 5
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -43,7 +43,7 @@ spec:
 | 
				
			|||||||
          livenessProbe:
 | 
					          livenessProbe:
 | 
				
			||||||
            httpGet:
 | 
					            httpGet:
 | 
				
			||||||
              path: /healthz
 | 
					              path: /healthz
 | 
				
			||||||
              port: 8080
 | 
					              port: 8082
 | 
				
			||||||
              scheme: HTTP
 | 
					              scheme: HTTP
 | 
				
			||||||
            initialDelaySeconds: 180
 | 
					            initialDelaySeconds: 180
 | 
				
			||||||
            timeoutSeconds: 5
 | 
					            timeoutSeconds: 5
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user