File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : codex-docs
33description : A Helm chart for CodeX Docs
44type : application
5- version : 0.1.0
5+ version : 0.1.1
66appVersion : " v0.2.0"
Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ metadata:
55 labels :
66 {{- include "codexdocs.labels" . | nindent 4 }}
77spec :
8- {{- if not .Values.autoscaling.enabled }}
9- replicas : {{ .Values.replicaCount }}
10- {{- end }}
8+ {{/* {{- if not .Values.autoscaling.enabled }}*/}}
9+ {{/* replicas: {{ .Values.replicaCount }}*/}}
10+ {{/* {{- end }}*/}}
11+ replicas : 1
12+ strategy :
13+ type : Recreate
1114 selector :
1215 matchLabels :
1316 {{- include "codexdocs.selectorLabels" . | nindent 6 }}
Original file line number Diff line number Diff line change 1- replicaCount : 1
1+ # replicaCount: 1
22
33configuration :
44 codexdocsrc :
@@ -75,12 +75,6 @@ ingress:
7575
7676resources : {}
7777
78- autoscaling :
79- enabled : false
80- minReplicas : 1
81- maxReplicas : 100
82- targetCPUUtilizationPercentage : 80
83-
8478nodeSelector : {}
8579
8680tolerations : []
You can’t perform that action at this time.
0 commit comments