Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
001b07d9
Commit
001b07d9
authored
Mar 20, 2025
by
gujing
Committed by
GitHub
Mar 20, 2025
Browse files
fix: helm tmpl (#307)
Signed-off-by:
zibai
<
zibai.gj@alibaba-inc.com
>
parent
1f6ccc7f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
deploy/Kubernetes/common/chart/templates/component-deployment.yaml
...bernetes/common/chart/templates/component-deployment.yaml
+1
-3
No files found.
deploy/Kubernetes/common/chart/templates/component-deployment.yaml
View file @
001b07d9
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment