Skip to content

Commit

Permalink
ci: fix storage-users grpc endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Nov 12, 2024
1 parent a0665ac commit 836a8cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1383,11 +1383,12 @@ def multiServiceE2ePipeline(ctx):
"OCIS_JWT_SECRET": "some-ocis-jwt-secret",
"OCIS_SERVICE_ACCOUNT_ID": "service-account-id",
"OCIS_SERVICE_ACCOUNT_SECRET": "service-account-secret",
"OCIS_GATEWAY_GRPC_ADDR": "0.0.0.0:9142",
"OCIS_EXCLUDE_RUN_SERVICES": "storage-users",
"GATEWAY_STORAGE_USERS_MOUNT_ID": "storage-users-id",
"OCIS_GATEWAY_GRPC_ADDR": "0.0.0.0:9142",
"SETTINGS_GRPC_ADDR": "0.0.0.0:9191",
"GATEWAY_STORAGE_USERS_MOUNT_ID": "storage-users-id",
"GATEWAY_STORAGE_USERS_ENDPOINT": "dns:///nginx:9157",
"GRAPH_SPACES_STORAGE_USERS_ADDRESS": "dns:///nginx:9157",
}

storage_users_environment = {
Expand Down

0 comments on commit 836a8cc

Please sign in to comment.