diff --git a/charts/account-service/Chart.yaml b/charts/account-service/Chart.yaml index a4f08bedfbce3f68afa232bb3c930a1bf16fad3b..a09a8d4e78148721fa423e826106458e1304fc10 100644 --- a/charts/account-service/Chart.yaml +++ b/charts/account-service/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: Deployment of the nynja account service. name: account-service -version: 0.1.5 +version: 0.1.6 diff --git a/releases/dev/account-service.yaml b/releases/dev/account-service.yaml index 36537c38d500286dff389f25aed0b96cc74ad805..93bf78ccbc2f50de8598d339be9bbf6bba1659ee 100644 --- a/releases/dev/account-service.yaml +++ b/releases/dev/account-service.yaml @@ -8,7 +8,7 @@ spec: chart: repository: https://nynjagroup.jfrog.io/nynjagroup/helm/ name: account-service - version: 0.1.5 + version: 0.1.6 values: replicaCount: 1 @@ -63,6 +63,9 @@ spec: - content-type - x-grpc-web - authorization - - access-control-expose-headers + exposeHeaders: + - grpc-message + - grpc-status + - status maxAge: "600s" diff --git a/releases/staging/account-service.yaml b/releases/staging/account-service.yaml index 30d5e8f32eb28897883644e5c783196bbfdb00ff..881bbb37db1e6ad8867af26f00faf416fba85bd1 100644 --- a/releases/staging/account-service.yaml +++ b/releases/staging/account-service.yaml @@ -8,7 +8,7 @@ spec: chart: repository: https://nynjagroup.jfrog.io/nynjagroup/helm/ name: account-service - version: 0.1.5 + version: 0.1.6 values: replicaCount: 2 @@ -64,5 +64,8 @@ spec: - content-type - x-grpc-web - authorization - - access-control-expose-headers + exposeHeaders: + - grpc-message + - grpc-status + - status maxAge: "600s"