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
729244f2
Commit
729244f2
authored
2 years ago
by
Prasath Sivasubramaniyan
Browse files
Options
Download
Patches
Plain Diff
removed blob
parent
8a6a67f7
master
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+2
-2
...rts/datapipeline_jobs/templates/flink_job_deployment.yaml
kubernetes/helm_charts/datapipeline_jobs/values.j2
+1
-1
kubernetes/helm_charts/datapipeline_jobs/values.j2
with
3 additions
and
3 deletions
+3
-3
kubernetes/helm_charts/datapipeline_jobs/templates/flink_job_deployment.yaml
+
2
−
2
View file @
729244f2
...
...
@@ -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
}
}.blob.core.windows.net
={{
.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
}}"
,
...
...
@@ -183,7 +183,7 @@ spec:
workingDir
:
{{
.Values.taskmanager.flink_work_dir
}}
command
:
[
"
/opt/flink/bin/taskmanager.sh"
]
args
:
[
"
start-foreground"
,
"
-Dfs.azure.account.key.{{
.Values.azure_account
}}
.blob.core.windows.net
={{
.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.host={{
.Release.Name
}}-taskmanager"
,
...
...
This diff is collapsed.
Click to expand it.
kubernetes/helm_charts/datapipeline_jobs/values.j2
+
1
−
1
View file @
729244f2
...
...
@@ -77,7 +77,7 @@ base_config: |
statebackend {
blob {
storage {
account = "{{ azure_account }}
.blob.core.windows.net
"
account = "{{ azure_account }}"
container = "{{ flink_container_name }}"
checkpointing.dir = "checkpoint"
}
...
...
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