Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
sb-learning-platform
Commits
d735774a
Commit
d735774a
authored
2 years ago
by
Prasath Sivasubramaniyan
Browse files
Options
Download
Patches
Plain Diff
removed blob
parent
729244f2
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+1
-1
...rts/datapipeline_jobs/templates/flink_job_deployment.yaml
with
1 addition
and
1 deletion
+1
-1
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+
1
−
1
View file @
d735774a
...
...
@@ -110,7 +110,7 @@ spec:
command
:
[
"
/opt/flink/bin/standalone-job.sh"
]
args
:
[
"
start-foreground"
,
"
--job-classname={{
.Values.job_classname
}}"
,
"
-Dfs.azure.account.key.{{
.Values.azure_account
}={{
.Values.azure_secret
}}"
,
"
-Dfs.azure.account.key.{{
.Values.azure_account
}
}={{
.Values.azure_secret
}}"
,
"
-Dweb.submit.enable=false"
,
"
-Dmetrics.reporter.prom.class=org.apache.flink.metrics.prometheus.PrometheusReporter"
,
"
-Dmetrics.reporter.prom.port={{
.Values.jobmanager.prom_port
}}"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets