File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
charts/lfx-v2-access-check Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ apiVersion: v2
55name : lfx-v2-access-check
66description : LFX Platform V2 Access Check Service chart
77type : application
8- version : 0.2.4
8+ version : 0.2.5
99appVersion : " 0.1.0"
Original file line number Diff line number Diff line change 3838 value : " {{ .Values.nats.url }}"
3939 - name : JWKS_URL
4040 value : " {{ .Values.heimdall.jwks_url }}"
41+ {{- if .Values.app.resources }}
42+ resources :
43+ {{- toYaml .Values.app.resources | nindent 12 }}
44+ {{- end }}
4145 livenessProbe :
4246 httpGet :
4347 path : /livez
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
66lfx :
77 domain : k8s.orb.local
2424 audience : " lfx-v2-access-check"
2525 issuer : " heimdall"
2626
27+ # Resource limits and requests
28+ resources :
29+ limits :
30+ cpu : 500m
31+ memory : 512Mi
32+ requests :
33+ cpu : 100m
34+ memory : 128Mi
35+
2736# HTTP routing configuration
2837traefik :
2938 enabled : true
You can’t perform that action at this time.
0 commit comments