"tools/git@developer.sourcefind.cn:OpenDAS/openpcdet.git" did not exist on "c66f663d1dc90dc490e3b67e99c8eb79cd50cdbd"
Commit 001b07d9 authored by gujing's avatar gujing Committed by GitHub
Browse files

fix: helm tmpl (#307)


Signed-off-by: default avatarzibai <zibai.gj@alibaba-inc.com>
parent 1f6ccc7f
...@@ -376,15 +376,13 @@ spec: ...@@ -376,15 +376,13 @@ spec:
- name: DYNAMO_RP_NATS_URL - name: DYNAMO_RP_NATS_URL
value: {{ $request_plane_nats_url }} value: {{ $request_plane_nats_url }}
- name: DYNAMO_RP_TIMEOUT - name: DYNAMO_RP_TIMEOUT
value: {{ $request_plane_timeout }} value: {{ $request_plane_timeout | quote }}
{{- if gt $worker_count 1 }} {{- if gt $worker_count 1 }}
- name: DYNAMO_WORKER_COUNT - name: DYNAMO_WORKER_COUNT
value: {{ $worker_count }} value: {{ $worker_count }}
{{- end }} {{- end }}
image: {{ $container_image_name }} image: {{ $container_image_name }}
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
image: {{ $container_image_name }}
imagePullPolicy: IfNotPresent
{{- if $kube_liveness_enabled }} {{- if $kube_liveness_enabled }}
livenessProbe: livenessProbe:
failureThreshold: {{ $kube_liveness_fail }} failureThreshold: {{ $kube_liveness_fail }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment