From b9ab6aa994346e1dd9d988121359e3946dd5b0d9 Mon Sep 17 00:00:00 2001 From: Angel Botev Date: Wed, 24 Jul 2019 15:24:40 +0300 Subject: [PATCH] Bump version and add new value in allowed headers Signed-off-by: Angel Botev --- charts/account-service/Chart.yaml | 2 +- releases/dev/account-service.yaml | 7 +++++-- releases/staging/account-service.yaml | 7 +++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/charts/account-service/Chart.yaml b/charts/account-service/Chart.yaml index a4f08be..a09a8d4 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 36537c3..93bf78c 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 30d5e8f..881bbb3 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" -- GitLab