Skip to content

Commit ef03abd

Browse files
committed
Allow to access to frontend inside the network without GAuth
1 parent bf9c9c1 commit ef03abd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deployment/report-aggregator/templates/ingress.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,12 @@ spec:
8484
backend:
8585
service:
8686
name: backend
87+
port:
88+
number: 80
89+
- path: /
90+
pathType: Prefix
91+
backend:
92+
service:
93+
name: frontend
8794
port:
8895
number: 80

0 commit comments

Comments
 (0)