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
a2709c62
You need to sign in or sign up before continuing.
Unverified
Commit
a2709c62
authored
Apr 15, 2025
by
julienmancuso
Committed by
GitHub
Apr 15, 2025
Browse files
fix: fix pipeline helm chart (#698)
parent
e47e9d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
deploy/Kubernetes/pipeline/chart/templates/deployment.yaml
deploy/Kubernetes/pipeline/chart/templates/deployment.yaml
+6
-4
No files found.
deploy/Kubernetes/pipeline/chart/templates/deployment.yaml
View file @
a2709c62
...
@@ -72,18 +72,20 @@ spec:
...
@@ -72,18 +72,20 @@ spec:
{{
end
}}
{{
end
}}
{{
end
}}
{{
end
}}
env
:
env
:
{{
- if and .config.traffic .config.traffic.timeout
}}
-
name
:
TRAFFIC_TIMEOUT
-
name
:
TRAFFIC_TIMEOUT
value
:
"
{{
.config.traffic.timeout
}}"
value
:
"
{{
.config.traffic.timeout
}}"
{{
- if and .config.dynamo .config.dynamo.enabled
}}
{{
- end
}}
{{
- if and .config.dynamo .config.dynamo.enabled
}}
-
name
:
DYNAMO_NAMESPACE
-
name
:
DYNAMO_NAMESPACE
value
:
"
{{
.config.dynamo.namespace
}}"
value
:
"
{{
.config.dynamo.namespace
}}"
-
name
:
DYNAMO_NAME
-
name
:
DYNAMO_NAME
value
:
"
{{
.config.dynamo.name
}}"
value
:
"
{{
.config.dynamo.name
}}"
{{
- end
}}
{{
- end
}}
{{
- if .config.workers
}}
{{
- if .config.workers
}}
-
name
:
WORKERS
-
name
:
WORKERS
value
:
"
{{
.config.workers
}}"
value
:
"
{{
.config.workers
}}"
{{
- end
}}
{{
- end
}}
-
name
:
PORT
-
name
:
PORT
value
:
"
3000"
value
:
"
3000"
{{
- if $.Values.natsAddr
}}
{{
- if $.Values.natsAddr
}}
...
...
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