File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ expected_stdout_lines:
2929background: true 
3030expected_return_code: 143 
3131sleep: 30 
32- timeout_seconds: 45  
32+ timeout_seconds: 75  
3333--> 
3434<!--  Timeout for above service must be more than sleep + timeout for the client--> 
3535
@@ -72,7 +72,7 @@ The `consumer-app` starts in port `8081` by default.
7272
7373To run ` cloud-config-demo ` , you should run in a terminal (` cloud-config-demo `  doesn't depends on two applications above):
7474<!--  STEP
75- name: Run Demo Producer  Service 
75+ name: Run Cloud Config Demo  Service 
7676match_order: none 
7777output_match_mode: substring 
7878expected_stdout_lines: 
Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ docker tag cloud-config-demo:0.15.0-SNAPSHOT localhost:5001/sb-cloud-config-demo
122122docker push localhost:5001/sb-cloud-config-demo
123123``` 
124124
125+ ** Note** : for Podman you need to run:
126+ ``` 
127+ podman push localhost:5001/sb-cloud-config-demo --tls-verify=false 
128+ ``` 
129+ 
125130Now we are ready to install our application into the cluster.
126131
127132## Installing and interacting with the application  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments