File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
apps/internal-router/overlays/aws-local-runtime Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : networking.k8s.io/v1
2
+ kind : Ingress
3
+ metadata :
4
+ name : aws-local-runtime-internal-router-ingress
5
+ namespace : aws-local-runtime
6
+ spec :
7
+ ingressClassName : nginx
8
+ rules :
9
+ - host : a104bc882491046a1ad11a7601d800ad-1055848983.us-east-1.elb.amazonaws.com
10
+ http :
11
+ paths :
12
+ - backend :
13
+ service :
14
+ name : internal-router
15
+ port :
16
+ number : 80
17
+ path : /webhooks
18
+ pathType : Prefix
19
+ - backend :
20
+ service :
21
+ name : internal-router
22
+ port :
23
+ number : 80
24
+ path : /workflows
25
+ pathType : Prefix
26
+ - backend :
27
+ service :
28
+ name : internal-router
29
+ port :
30
+ number : 80
31
+ path : /app-proxy
32
+ pathType : Prefix
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ kind: Kustomization
3
3
namespace : aws-local-runtime
4
4
resources :
5
5
- ../../base
6
+ - ingress.yaml
You can’t perform that action at this time.
0 commit comments