Skip to content

Commit e247219

Browse files
committed
Remove toxiproxy
1 parent 21ef4c3 commit e247219

File tree

19 files changed

+0
-550
lines changed

19 files changed

+0
-550
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
/components/image-builder-mk3 @gitpod-io/engineering-workspace
3131
/components/installation-telemetry @gitpod-io/engineering-security-infrastructure-and-delivery
3232
/components/kots-config-check @gitpod-io/engineering-security-infrastructure-and-delivery
33-
/components/toxic-config @gitpod-io/engineering-webapp
3433
/install @gitpod-io/engineering-security-infrastructure-and-delivery
3534
/install/installer @gitpod-io/engineering-security-infrastructure-and-delivery
3635
# For testdata a single review from anyone who is allowed to review PRs is sufficent.
@@ -56,7 +55,6 @@
5655
/install/installer/pkg/components/server @gitpod-io/engineering-webapp
5756
/install/installer/pkg/components/server/ide @gitpod-io/engineering-ide
5857
/install/installer/pkg/components/usage @gitpod-io/engineering-webapp
59-
/install/installer/pkg/components/toxiproxy @gitpod-io/engineering-webapp
6058
/install/installer/pkg/components/usage-api @gitpod-io/engineering-webapp
6159
/install/installer/pkg/components/workspace @gitpod-io/engineering-workspace
6260
/install/installer/pkg/components/workspace/ide @gitpod-io/engineering-ide

components/BUILD.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ packages:
7373
- components/server:docker
7474
- components/service-waiter:docker
7575
- components/supervisor:docker
76-
- components/toxic-config:docker
7776
- components/installation-telemetry:docker
7877
- components/workspacekit:docker
7978
- components/workspace-rollout-job:docker
@@ -128,7 +127,6 @@ packages:
128127
- components/service-waiter:app
129128
- components/supervisor:app
130129
- components/supervisor/frontend:app
131-
- components/toxic-config:app
132130
- components/installation-telemetry:app
133131
- components/workspacekit:app
134132
- components/workspace-rollout-job:app

components/toxic-config/BUILD.yaml

Lines changed: 0 additions & 29 deletions
This file was deleted.

components/toxic-config/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

components/toxic-config/go.mod

Lines changed: 0 additions & 65 deletions
This file was deleted.

components/toxic-config/go.sum

Lines changed: 0 additions & 15 deletions
This file was deleted.

components/toxic-config/leeway.Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

components/toxic-config/main.go

Lines changed: 0 additions & 69 deletions
This file was deleted.

dev/preview/workflow/preview/deploy-gitpod.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -456,14 +456,6 @@ yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templat
456456
yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templates.default.spec.containers.(name==workspace).env[+].name' "GITPOD_PREVENT_METADATA_ACCESS"
457457
yq w -i "${INSTALLER_CONFIG_PATH}" 'experimental.workspace.classes.small.templates.default.spec.containers.(name==workspace).env.(name==GITPOD_PREVENT_METADATA_ACCESS).value' "true"
458458

459-
#
460-
# configureSlowDatabase
461-
#
462-
if [[ "${GITPOD_WITH_SLOW_DATABASE}" == "true" ]]
463-
then
464-
yq w -i "${INSTALLER_CONFIG_PATH}" "experimental.webapp.slowDatabase" "toxiproxy"
465-
fi
466-
467459
#
468460
# includeAnalytics
469461
#

install/installer/pkg/components/components-webapp/components.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import (
1717
"github.com/gitpod-io/gitpod/installer/pkg/components/redis"
1818
"github.com/gitpod-io/gitpod/installer/pkg/components/server"
1919
"github.com/gitpod-io/gitpod/installer/pkg/components/spicedb"
20-
"github.com/gitpod-io/gitpod/installer/pkg/components/toxiproxy"
2120
"github.com/gitpod-io/gitpod/installer/pkg/components/usage"
2221
wsmanagerbridge "github.com/gitpod-io/gitpod/installer/pkg/components/ws-manager-bridge"
2322
)
@@ -34,7 +33,6 @@ var Objects = common.CompositeRenderFunc(
3433
wsmanagerbridge.Objects,
3534
public_api_server.Objects,
3635
usage.Objects,
37-
toxiproxy.Objects,
3836
spicedb.Objects,
3937
redis.Objects,
4038
)

install/installer/pkg/components/toxiproxy/configmap.go

Lines changed: 0 additions & 60 deletions
This file was deleted.

install/installer/pkg/components/toxiproxy/constants.go

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)