File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apiVersion: v2
55name : lfx-v2-ui
66description : A Helm chart for LFX v2 UI - Angular SSR application with Express backend
77type : application
8- version : 0.3.2
8+ version : 0.3.3
99appVersion : " latest"
1010keywords :
1111 - lfx
Original file line number Diff line number Diff line change 3939 - name : http
4040 containerPort : {{ .Values.service.targetPort }}
4141 protocol : TCP
42+ {{- with .Values.resources }}
43+ resources :
44+ {{- toYaml . | nindent 12 }}
45+ {{- end }}
4246 env :
4347 {{- range $name, $config := .Values.environment }}
4448 - name : {{ $name }}
Original file line number Diff line number Diff line change 11# Copyright The Linux Foundation and each contributor to LFX.
22# SPDX-License-Identifier: MIT
33
4- replicaCount : 1
4+ replicaCount : 3
55
66image :
77 repository : ghcr.io/linuxfoundation/lfx-v2-ui
@@ -147,6 +147,14 @@ ingress:
147147 pathType : Prefix
148148 tls : []
149149
150+ resources :
151+ limits :
152+ cpu : 1000m
153+ memory : 1024Mi
154+ requests :
155+ cpu : 500m
156+ memory : 512Mi
157+
150158# Environment variables for the application
151159# Uses map/object format for deep merging support
152160environment :
You can’t perform that action at this time.
0 commit comments