Skip to content

Commit 2dc8b0f

Browse files
committed
fixup! [docs] added explanation how to run DPL tasks in k8s
1 parent 3a44e65 commit 2dc8b0f

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
@@ -61,4 +61,4 @@ spec:
6161
- name: gitlab-registry-secret
6262
control:
6363
mode: "direct"
64-
# port: ${OCC_CONTROL_PORT} # to be filled in
64+
# 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
@@ -63,7 +63,7 @@ spec:
6363
- name: gitlab-registry-secret
6464
control:
6565
mode: "fairmq"
66-
# port: ${OCC_CONTROL_PORT} #to be filled in
66+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController
6767
bind:
6868
- name: buildertosender
6969
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
@@ -70,4 +70,4 @@ spec:
7070
- name: gitlab-registry-secret
7171
control:
7272
mode: "fairmq"
73-
# port: ${OCC_CONTROL_PORT} # to be filled in
73+
# port: ${OCC_CONTROL_PORT} # to be filled in automatically by TaskController

0 commit comments

Comments
 (0)