File tree Expand file tree Collapse file tree
charts/benchmark-workers/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : benchmark-soak-test
2828 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default (printf " v%s" .Chart.AppVersion) }}"
2929 imagePullPolicy : {{ .Values.image.pullPolicy }}
30+ ports :
31+ - name : metrics
32+ containerPort : {{ .Values.metrics.port }}
33+ protocol : TCP
3034 env :
3135 - name : TEMPORAL_GRPC_ENDPOINT
3236 value : {{ .Values.temporal.grpcEndpoint | quote }}
3640 value : {{ .Values.temporal.taskQueue | quote }}
3741 - name : CONCURRENT_WORKFLOWS
3842 value : {{ .Values.soakTest.concurrentWorkflows | quote }}
43+ {{- if .Values.metrics.enabled }}
44+ - name : PROMETHEUS_ENDPOINT
45+ value : {{ .Values.metrics.prometheusEndpoint | quote }}
46+ {{- end }}
3947 {{- if .Values.temporal.tls.enabled }}
4048 {{- if and .Values.temporal.tls.key .Values.temporal.tls.cert }}
4149 - name : TEMPORAL_TLS_KEY
96104 {{- toYaml . | nindent 8 }}
97105 {{- end }}
98106 restartPolicy : Always
99- {{- end }}
107+ {{- end }}
You can’t perform that action at this time.
0 commit comments