diff --git a/deploy/k8s/api-gateway.yml b/deploy/k8s/api-gateway.yml index 4ad2f87..f43f29c 100644 --- a/deploy/k8s/api-gateway.yml +++ b/deploy/k8s/api-gateway.yml @@ -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