8 Commits

Author SHA1 Message Date
Christian Weichel
478a75e744 Switch license to AGPL 2022-12-08 13:05:19 -03:00
Tarun Pothulapati
c2eb0c15d1 [installer] manually set allowPrivilegeEscalation to false
This PR manually sets the `allowPrivilegeEscalation` container
config to false where we don't need extra capabilities. This
is needed as not setting this explicitely could mean that
it could still be `true` based on other settings.

This also helps us future proof on any behaviour changes around
this.

Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
2022-12-05 06:28:15 -03:00
Andrew Farries
97a64c9073 Set latency and jitter values for mysql proxy
Set these to more realistic values for simulating a connection to a US
west coast database.
2022-11-28 04:46:57 -03:00
Andrew Farries
c727ec7503 Add toxic-config sidecar to Toxiproxy deployment
Run the `toxic-config` component as sidecar container alongside
Toxiproxy to configure the Toxiproxy instance with a latency toxic.
2022-11-11 11:38:41 +02:00
Andrew Farries
4a99962908 Pass -config argument to toxiproxy
Read the mounted config file.
2022-11-06 12:22:35 +01:00
Andrew Farries
9a5e6c4a1e Add a service for the toxiproxy deployment 2022-11-04 15:43:08 +01:00
Andrew Farries
117bb9b4ca Remove default value from deployment spec 2022-11-04 15:43:08 +01:00
Andrew Farries
a7df2a7063 Add toxiproxy deployment 2022-11-04 15:29:09 +01:00