diff --git a/product/payment-center/service.yaml b/product/payment-center/service.yaml index 17a0ab3..2f4fa3e 100644 --- a/product/payment-center/service.yaml +++ b/product/payment-center/service.yaml @@ -10,3 +10,7 @@ spec: port: 8077 protocol: TCP targetPort: http + - name: http80 + port: 80 + protocol: TCP + targetPort: http \ No newline at end of file diff --git a/uat/payment-center/service.yaml b/uat/payment-center/service.yaml index 17a0ab3..2f4fa3e 100644 --- a/uat/payment-center/service.yaml +++ b/uat/payment-center/service.yaml @@ -10,3 +10,7 @@ spec: port: 8077 protocol: TCP targetPort: http + - name: http80 + port: 80 + protocol: TCP + targetPort: http \ No newline at end of file