We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0791e commit cb9b129Copy full SHA for cb9b129
‎charts/dev-backends/templates/ds_proxy.yaml‎
@@ -85,6 +85,10 @@ spec:
85
{{- end }}
86
image: {{ .Values.dsproxy.image }}
87
imagePullPolicy: IfNotPresent
88
+ {{- with .Values.dsproxy.resources }}
89
+ resources:
90
+ {{- toYaml . | nindent 12 }}
91
+ {{- end }}
92
ports:
93
- containerPort: 4444
94
name: tcp-dsproxy
‎charts/dev-backends/values.yaml‎
@@ -80,6 +80,7 @@ dsproxy:
80
aws_region: eu-east-1
81
enabled: false
82
replicas: 1
83
+ resources: {}
84
name: dsproxy
envVars:
<<: []
0 commit comments