Skip to content

Commit cb9b129

Browse files
committed
🔧(dsproxy) allow configuring resources in the deployment
1 parent 6c0791e commit cb9b129

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

‎charts/dev-backends/templates/ds_proxy.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ spec:
8585
{{- end }}
8686
image: {{ .Values.dsproxy.image }}
8787
imagePullPolicy: IfNotPresent
88+
{{- with .Values.dsproxy.resources }}
89+
resources:
90+
{{- toYaml . | nindent 12 }}
91+
{{- end }}
8892
ports:
8993
- containerPort: 4444
9094
name: tcp-dsproxy

‎charts/dev-backends/values.yaml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ dsproxy:
8080
aws_region: eu-east-1
8181
enabled: false
8282
replicas: 1
83+
resources: {}
8384
name: dsproxy
8485
envVars:
8586
<<: []

0 commit comments

Comments
 (0)