Merge pull request #643 from mvollman/helm_threadiness

Add threadiness to helm chart
This commit is contained in:
Stefan Prodan
2020-07-09 13:01:25 +03:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: flagger
version: 1.0.0
version: 1.1.0
appVersion: 1.0.0
kubeVersion: ">=1.11.0-0"
engine: gotpl
+1
View File
@@ -134,6 +134,7 @@ Parameter | Description | Default
`resources.limits/memory` | Pod memory limit | `512Mi`
`affinity` | Node/pod affinities | None
`nodeSelector` | Node labels for pod assignment | `{}`
`threadiness` | Number of controller workers | `2`
`tolerations` | List of node taints to tolerate | `[]`
`istio.kubeconfig.secretName` | The name of the Kubernetes secret containing the Istio shared control plane kubeconfig | None
`istio.kubeconfig.key` | The name of Kubernetes secret data key that contains the Istio control plane kubeconfig | `kubeconfig`
+3
View File
@@ -112,6 +112,9 @@ spec:
{{- if .Values.istio.kubeconfig.secretName }}
- -kubeconfig-service-mesh=/tmp/istio-host/{{ .Values.istio.kubeconfig.key }}
{{- end }}
{{- if .Values.threadiness }}
- -threadiness={{ .Values.threadiness }}
{{- end }}
livenessProbe:
exec:
command: