Skip to content

Commit

Permalink
update gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Feb 11, 2025
1 parent 5f21671 commit 55ad3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/tyk-cp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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.repository=tykio/tyk-gateway" \
--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
2 changes: 1 addition & 1 deletion src/main/tyk-dp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ args=(
--set "global.remoteControlPlane.useSSL=$TYK_DATA_PLANE_USESSL" \
--set "global.remoteControlPlane.groupID=$TYK_DATA_PLANE_GROUPID" \
--set "global.servicePorts.gateway=$TYK_DATA_PLANE_PORT" \
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway-ee" \
--set "tyk-gateway.gateway.image.repository=tykio/tyk-gateway" \
--set "tyk-gateway.gateway.image.tag=$GATEWAY_VERSION" \
--set "tyk-gateway.gateway.sharding.enabled=$TYK_DATA_PLANE_SHARDING_ENABLED" \
--set "tyk-gateway.gateway.sharding.tags=$TYK_DATA_PLANE_SHARDING_TAGS" \
Expand Down

0 comments on commit 55ad3d8

Please # to comment.