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:
- name: DYNAMO_RP_NATS_URL
value: {{ $request_plane_nats_url }}
- name: DYNAMO_RP_TIMEOUT
value: {{ $request_plane_timeout }}
value: {{ $request_plane_timeout | quote }}
{{- if gt $worker_count 1 }}
- name: DYNAMO_WORKER_COUNT
value: {{ $worker_count }}
{{- end }}
image: {{ $container_image_name }}
imagePullPolicy: IfNotPresent
image: {{ $container_image_name }}
imagePullPolicy: IfNotPresent
{{- if $kube_liveness_enabled }}
livenessProbe:
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