mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #8101 from caesarxuchao/walkthrough-port-fix
make the httpGet port the match the containerPort in the walkthrough example
This commit is contained in:
		@@ -138,7 +138,7 @@ spec:
 | 
			
		||||
        # an http probe
 | 
			
		||||
        httpGet:
 | 
			
		||||
          path: /_status/healthz
 | 
			
		||||
          port: 8080
 | 
			
		||||
          port: 80
 | 
			
		||||
        # length of time to wait for a pod to initialize
 | 
			
		||||
        # after pod startup, before applying health checking
 | 
			
		||||
        initialDelaySeconds: 30
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ spec:
 | 
			
		||||
        # an http probe
 | 
			
		||||
        httpGet:
 | 
			
		||||
          path: /_status/healthz
 | 
			
		||||
          port: 8080
 | 
			
		||||
          port: 80
 | 
			
		||||
        # length of time to wait for a pod to initialize
 | 
			
		||||
        # after pod startup, before applying health checking
 | 
			
		||||
        initialDelaySeconds: 30
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user