File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ Creates an nginx proxy which routes traffic to different internally accessable w
44
55### Default Routing Rules  
66
7- all requests starting with ` / `  -> ` default `  workload
8- all requests starting with ` /user `  -> ` user `  workload
9- all requests starting with ` /health `  -> 200
10- all requests starting with ` /fail `  -> 502
11- Any 5XX errors are returned the same as the custom ` /fail `  response.
7+ -   all requests starting with ` / `  -> ` default `  workload
8+ -   all requests starting with ` /user `  -> ` user `  workload
9+ -   all requests starting with ` /health `  -> 200
10+ -   all requests starting with ` /fail `  -> 502
11+ -   Any 5XX errors are returned the same as the custom ` /fail `  response.
1212
1313### Steps to run this example:  
1414
1515** HELM** 
1616
17- update the ` values.yaml `  file to match the configuration required .
17+ update the ` values.yaml `  file as needed .
1818
19- If you change the gvc parameter, also update the GVC for the command  below.
19+ If you change the ` gvc `  parameter, also update the GVC for the commands  below.
2020
2121``` bash 
2222helm template .  |  cpln apply --gvc nginx-example -f -
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments