Ingress policy files updated

This commit is contained in:
Edward 2020-05-27 18:02:56 -07:00
parent cc93505258
commit 0f3932ebab
10 changed files with 15 additions and 7 deletions

View file

@ -14,4 +14,4 @@ spec:
app: frontend app: frontend
ports: ports:
- port: 9555 - port: 9555
---

View file

@ -13,4 +13,5 @@ spec:
matchLabels: matchLabels:
app: cartservice app: cartservice
ports: ports:
- port: 6379 - port: 6379
---

View file

@ -31,3 +31,4 @@ spec:
app: frontend app: frontend
ports: ports:
- port: 7070 - port: 7070
---

View file

@ -13,4 +13,5 @@ spec:
matchLabels: matchLabels:
app: frontend app: frontend
ports: ports:
- port: 5050 - port: 5050
---

View file

@ -14,3 +14,4 @@ spec:
app: checkoutservice app: checkoutservice
ports: ports:
- port: 5050 - port: 5050
---

View file

@ -13,4 +13,5 @@ spec:
matchLabels: matchLabels:
app: checkoutservice app: checkoutservice
ports: ports:
- port: 50051 - port: 50051
---

View file

@ -47,4 +47,5 @@ spec:
matchLabels: matchLabels:
app: checkoutservice app: checkoutservice
ports: ports:
- port: 3550 - port: 3550
---

View file

@ -13,4 +13,5 @@ spec:
matchLabels: matchLabels:
app: frontend app: frontend
ports: ports:
- port: 8080 - port: 8080
---

View file

@ -30,4 +30,5 @@ spec:
matchLabels: matchLabels:
app: checkoutservice app: checkoutservice
ports: ports:
- port: 50051 - port: 50051
---