Added catalog-svc deployment
This commit is contained in:
@@ -51,13 +51,13 @@ spec:
|
||||
name: identity-svc
|
||||
port:
|
||||
number: 443
|
||||
# - path: /api/catalog
|
||||
# pathType: Prefix
|
||||
# backend:
|
||||
# service:
|
||||
# name: catalog-svc
|
||||
# port:
|
||||
# number: 443
|
||||
- path: /api/catalog
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: catalog-svc
|
||||
port:
|
||||
number: 443
|
||||
---
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
@@ -89,10 +89,8 @@ spec:
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
args:
|
||||
- --configmap=egommerce/api-gateway
|
||||
- --publish-service=egommerce/api-gateway
|
||||
- --ingress.class=haproxy
|
||||
# - --http-bind-port=8080
|
||||
- --https-bind-port=8443
|
||||
env:
|
||||
- name: POD_NAME
|
||||
|
||||
Reference in New Issue
Block a user