11 Commits

Author SHA1 Message Date
Gero Posmyk-Leinemann
dea13072e9 [server] Add config.admin.loginKey 2023-01-20 11:27:27 +01:00
Wouter Verlaek
b1d53399e7 Experimental app cluster without ws components
Workspace image builds

Update golden output

Deploy ws-manager tls secret in webapp

Remove ws-manager secrets

Update golden outputs

Enable movedImageBuilder by default

Add wsmanager tls to server if not meta install

Update output.golden

Install ws-proxy in meta

Update golden

Move wsproxy to IDE objs

Create experimental flag

Move ws-proxy to idecomponents

Remove ws-manager TLS cert from ws-proxy

skipSelf if WithoutWorkspaceComponents enabled

Fix ws-proxy config
2022-12-13 16:12:23 -03:00
Andrew Farries
16d619c659 Green: Ensure db-waiter connects through toxiproxy
Inline the `database-waiter` init container and modify its environment.
2022-12-13 11:43:23 -03:00
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
d8cfa4ccda Use the same resource requirements as server 2022-11-16 10:45:45 +02:00
Andrew Farries
0786d1e525 Use the same number of replicas as server 2022-11-16 10:45:45 +02:00
Andrew Farries
76ef48057c Mount server configmaps 2022-11-16 10:39:45 +02:00
Andrew Farries
21e38c98cd Overwrite DB_HOST in slowserver deployment
Set the env var to use toxiproxy rather that whatever db host was
previously set.
2022-11-16 10:39:45 +02:00
Andrew Farries
2ddcdcb314 Run server image 2022-11-16 10:39:45 +02:00
Andrew Farries
020c54e678 Create slowserver deployment
A copy of the server deployment.
2022-11-16 10:39:45 +02:00