Skip to content

Commit

Permalink
Add EE
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Nov 26, 2024
1 parent f599e91 commit 5ee334b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/deployments/operator-kafka/main.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
logger "$INFO" "creating Tyk Operator Kafka example...";

args=(
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway-ee" \
);

addDeploymentArgs "${args[@]}";
upgradeTyk;

Expand Down
1 change: 1 addition & 0 deletions src/main/tyk-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ args=(
--set "global.license.operator=$OPERATOR_LICENSE" \
--set "global.adminUser.email=$TYK_USERNAME" \
--set "global.adminUser.password=$TYK_PASSWORD" \
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway-ee" \
--set "tyk-gateway.gateway.image.tag=$GATEWAY_VERSION" \
--set "tyk-gateway.gateway.service.port=8080" \
--set "tyk-dashboard.dashboard.image.tag=$DASHBOARD_VERSION" \
Expand Down
1 change: 1 addition & 0 deletions src/main/tyk-dp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ args=(
--set "global.remoteControlPlane.useSSL=$TYK_WORKER_USESSL" \
--set "global.remoteControlPlane.groupID=$TYK_WORKER_GROUPID" \
--set "global.servicePorts.gateway=$TYK_WORKER_GW_PORT" \
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway-ee" \
--set "tyk-gateway.gateway.image.tag=$GATEWAY_VERSION" \
--set "tyk-gateway.gateway.sharding.enabled=$TYK_WORKER_SHARDING_ENABLED" \
--set "tyk-gateway.gateway.sharding.tags=$TYK_WORKER_SHARDING_TAGS" \
Expand Down
1 change: 1 addition & 0 deletions src/main/tyk-stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ args=(
--set "global.license.operator=$OPERATOR_LICENSE" \
--set "global.adminUser.email=$TYK_USERNAME" \
--set "global.adminUser.password=$TYK_PASSWORD" \
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway-ee" \
--set "tyk-gateway.gateway.image.tag=$GATEWAY_VERSION" \
--set "tyk-gateway.gateway.service.port=8080" \
--set "tyk-dashboard.dashboard.image.tag=$DASHBOARD_VERSION" \
Expand Down

0 comments on commit 5ee334b

Please sign in to comment.