Skip to content

Commit

Permalink
Updated deployment yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
laidaoyu committed Nov 25, 2024
1 parent a420ecc commit 10010fa
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions openshift/kustomize/tekton/base/tasks/deploy-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT6=(
declare -A COMPONENT5=(
[id]="content"
[name]="content-historic-service"
[type]="dc"
Expand All @@ -127,7 +127,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT7=(
declare -A COMPONENT6=(
[id]="indexing"
[name]="indexing-service"
[type]="dc"
Expand All @@ -137,7 +137,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT8=(
declare -A COMPONENT7=(
[id]="transcription"
[name]="transcription-service"
[type]="dc"
Expand All @@ -147,7 +147,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT9=(
declare -A COMPONENT8=(
[id]="nlp"
[name]="nlp-service"
[type]="dc"
Expand All @@ -157,7 +157,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT10=(
declare -A COMPONENT9=(
[id]="extract-quotes"
[name]="extract-quotes-service"
[type]="dc"
Expand All @@ -167,7 +167,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT11=(
declare -A COMPONENT10=(
[id]="filecopy"
[name]="filecopy-service"
[type]="dc"
Expand All @@ -177,7 +177,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT12=(
declare -A COMPONENT11=(
[id]="reporting"
[name]="reporting-service"
[type]="dc"
Expand All @@ -187,7 +187,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT13=(
declare -A COMPONENT12=(
[id]="notification"
[name]="notification-service"
[type]="dc"
Expand All @@ -197,7 +197,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT14=(
declare -A COMPONENT13=(
[id]="scheduler"
[name]="scheduler-service"
[type]="dc"
Expand All @@ -207,7 +207,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT15=(
declare -A COMPONENT14=(
[id]="folder-collection"
[name]="folder-collection-service"
[type]="dc"
Expand All @@ -217,7 +217,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT16=(
declare -A COMPONENT15=(
[id]="ffmpeg"
[name]="ffmpeg-service"
[type]="dc"
Expand All @@ -227,7 +227,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT17=(
declare -A COMPONENT16=(
[id]="event-handler"
[name]="event-handler-service"
[type]="dc"
Expand All @@ -239,7 +239,7 @@ spec:
# Ingest Services
declare -A COMPONENT18=(
declare -A COMPONENT17=(
[id]="syndication"
[name]="syndication-service"
[type]="dc"
Expand All @@ -249,7 +249,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT19=(
declare -A COMPONENT18=(
[id]="filemonitor"
[name]="filemonitor-service"
[type]="dc"
Expand All @@ -259,7 +259,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT20=(
declare -A COMPONENT19=(
[id]="image"
[name]="image-service"
[type]="dc"
Expand All @@ -269,7 +269,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT21=(
declare -A COMPONENT20=(
[id]="capture"
[name]="capture-service"
[type]="dc"
Expand All @@ -279,7 +279,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT22=(
declare -A COMPONENT21=(
[id]="clip"
[name]="clip-service"
[type]="dc"
Expand All @@ -289,7 +289,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT23=(
declare -A COMPONENT22=(
[id]="contentmigration"
[name]="contentmigration-service"
[type]="dc"
Expand All @@ -299,7 +299,7 @@ spec:
[env]="dev test prod"
)
declare -A COMPONENT24=(
declare -A COMPONENT23=(
[id]="contentmigration"
[name]="contentmigration-historic-service"
[type]="dc"
Expand Down

0 comments on commit 10010fa

Please sign in to comment.