We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2f08b7 + bc8b7df commit 3d0999cCopy full SHA for 3d0999c
chart/templates/api/deployment.yml
@@ -5,7 +5,7 @@ metadata:
5
labels:
6
{{- include "azimuth-llm.labels" . | nindent 4 }}
7
spec:
8
- replicas: 1
+ replicas: {{ .Values.api.replicas }}
9
selector:
10
matchLabels:
11
{{- include "azimuth-llm.api-selectorLabels" . | nindent 6 }}
chart/values.yaml
@@ -38,6 +38,8 @@ api:
38
version: v0.4.2
39
monitoring:
40
enabled: true
41
+ # The number of replicas for the backend deployment
42
+ replicas: 1
43
# Service config
44
service:
45
name: llm-backend
0 commit comments