Skip to content

Commit f9ff729

Browse files
committed
fixup! [docs] added explanation how to run DPL tasks in k8s
1 parent 38a5959 commit f9ff729

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

control-operator/ecs-manifests/task-templates/dpl-tasktemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ spec:
5959
- name: gitlab-registry-secret
6060
control:
6161
mode: "fairmq"
62-
# port: ${OCC_CONTROL_PORT} # to be filled in
62+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController

control-operator/ecs-manifests/task-templates/readout-tasktemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ spec:
6262
- name: gitlab-registry-secret
6363
control:
6464
mode: "direct"
65-
# port: ${OCC_CONTROL_PORT} # to be filled in
65+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController

control-operator/ecs-manifests/task-templates/stfbuilder-senderoutput-tasktemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
- name: gitlab-registry-secret
6565
control:
6666
mode: "fairmq"
67-
# port: ${OCC_CONTROL_PORT} #to be filled in
67+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController
6868
bind:
6969
- name: buildertosender
7070
type: push

control-operator/ecs-manifests/task-templates/stfsender-tasktemplate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ spec:
7171
- name: gitlab-registry-secret
7272
control:
7373
mode: "fairmq"
74-
# port: ${OCC_CONTROL_PORT} # to be filled in
74+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController

0 commit comments

Comments
 (0)