Skip to content

Commit cc04d1a

Browse files
committed
changes in deployment chart
1 parent 04f9995 commit cc04d1a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

scripts/devtron-reference-helm-charts/deployment-chart_4-19-0/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,11 @@ spec:
493493
volumeMounts:
494494
- name: {{ $.Values.envoyproxy.configMapName | default "envoy-config-volume" }}
495495
mountPath: /etc/envoy-config/
496-
{{-if $.Values.envoyproxy.readinessProbe}}
496+
{{- if $.Values.envoyproxy.readinessProbe}}
497497
readinessProbe:
498498
{{ toYaml $.Values.envoyproxy.readinessProbe | indent 12}}
499499
{{- end }}
500-
{{-if $.Values.envoyproxy.livenessProbe}}
500+
{{- if $.Values.envoyproxy.livenessProbe}}
501501
readinessProbe:
502502
{{ toYaml $.Values.envoyproxy.livenessProbe | indent 12}}
503503
{{- end }}

scripts/devtron-reference-helm-charts/deployment-chart_4-19-0/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ autoscaling:
9595
annotations: {}
9696
labels: {}
9797
behavior: {}
98+
type: ContainerResource
99+
ContainerResource:
100+
name: cpu
101+
container: application
102+
target:
103+
type: Utilization
104+
averageUtilization: 60
98105
# scaleDown:
99106
# stabilizationWindowSeconds: 300
100107
# policies:

0 commit comments

Comments
 (0)