File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : networking.k8s.io/v1
22kind : Ingress
33metadata :
4- name : admin -ingress
4+ name : administration -ingress
55 namespace : default
66 annotations :
77 konghq.com/strip-path : " true"
@@ -11,10 +11,10 @@ spec:
1111 rules :
1212 - http :
1313 paths :
14- - path : /admin
14+ - path : /administration
1515 pathType : Prefix
1616 backend :
1717 service :
1818 name : administration-microservice
1919 port :
20- number : 8080
20+ number : 8000
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : Ingress
3+ metadata :
4+ name : ai-ingress
5+ namespace : default
6+ annotations :
7+ konghq.com/strip-path : " true"
8+ spec :
9+ ingressClassName : kong
10+ rules :
11+ - http :
12+ paths :
13+ - path : /ai
14+ pathType : Prefix
15+ backend :
16+ service :
17+ name : ai-microservice
18+ port :
19+ number : 8000
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : Ingress
3+ metadata :
4+ name : courses-ingress
5+ namespace : default
6+ annotations :
7+ konghq.com/strip-path : " true"
8+ spec :
9+ ingressClassName : kong
10+ rules :
11+ - http :
12+ paths :
13+ - path : /courses
14+ pathType : Prefix
15+ backend :
16+ service :
17+ name : courses-microservice
18+ port :
19+ number : 8080
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : Ingress
3+ metadata :
4+ name : forum-ingress
5+ namespace : default
6+ annotations :
7+ konghq.com/strip-path : " true"
8+ spec :
9+ ingressClassName : kong
10+ rules :
11+ - http :
12+ paths :
13+ - path : /forum
14+ pathType : Prefix
15+ backend :
16+ service :
17+ name : forum-microservice
18+ port :
19+ number : 8080
Original file line number Diff line number Diff line change 1+ apiVersion : networking.k8s.io/v1
2+ kind : Ingress
3+ metadata :
4+ name : notifications-ingress
5+ namespace : default
6+ annotations :
7+ konghq.com/strip-path : " true"
8+ spec :
9+ ingressClassName : kong
10+ rules :
11+ - http :
12+ paths :
13+ - path : /notifications
14+ pathType : Prefix
15+ backend :
16+ service :
17+ name : notifications-microservice
18+ port :
19+ number : 8000
You can’t perform that action at this time.
0 commit comments