From 31234fc165623b709e281882e2d2982d80d596e6 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 2 Nov 2021 11:37:40 +0200 Subject: [PORTAL] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2874 Signed-off-by: farida azmy Change-Id: I878ccfce7d7e02875376bc5941af43d3f10fcb2d --- kubernetes/portal/components/portal-cassandra/values.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'kubernetes/portal/components/portal-cassandra/values.yaml') diff --git a/kubernetes/portal/components/portal-cassandra/values.yaml b/kubernetes/portal/components/portal-cassandra/values.yaml index bed75e5051..c3ffb4ffec 100644 --- a/kubernetes/portal/components/portal-cassandra/values.yaml +++ b/kubernetes/portal/components/portal-cassandra/values.yaml @@ -139,4 +139,10 @@ heap: max: 3G new: 100M large: {} - unlimited: {} \ No newline at end of file + unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: portal-cassandra + roles: + - read -- cgit 1.2.3-korg