File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 22.idea 
33license-raw- * 
44.cursor 
5+ .quarkus 
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1 
2+ kind : Ingress 
3+ metadata :
4+   name : api-ingress 
5+ spec :
6+   rules :
7+     - http :
8+         paths :
9+           - path : /passes 
10+             pathType : Prefix 
11+             backend :
12+               service :
13+                 name : pass-api 
14+                 port :
15+                   number : 8080 
16+           - path : /pass-summary 
17+             pathType : Prefix 
18+             backend :
19+               service :
20+                 name : pass-summary-api 
21+                 port :
22+                   number : 8080  
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ resources:
1212  - db/service.yaml 
1313  - load-test-service/deployment.yaml 
1414  - load-test-service/configmap.yaml 
15- 
15+   - ingress/ingress.yaml 
16+   
1617secretGenerator :
1718  - name : postgres-secret 
1819    literals :
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments