Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev] Push RAM requests in preview envs #5259

Merged
merged 1 commit into from
Aug 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .werft/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ components:
blockNewUsers: true
blockNewUsersPasslist:
- "gitpod.io"
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

registryFacade:
daemonSet: true
Expand All @@ -67,6 +70,9 @@ components:
contentService:
remoteStorage:
blobQuota: 1073741824 # 1 GiB
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

workspace:
# configure GCP registry
Expand Down Expand Up @@ -127,10 +133,16 @@ components:
serviceType: "ClusterIP"
deployIngressService: false
loadBalancerIP: null
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

# Enable events trace
wsManager:
eventTraceLogLocation: "/tmp/evts.json"
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

imageBuilder:
hostDindData: "/mnt/disks/ssd0/builder"
Expand All @@ -140,6 +152,9 @@ components:
secretName: gcp-sa-registry-auth
path: gcp-sa-registry-auth
registryCerts: []
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

wsDaemon:
hostWorkspaceArea: /mnt/disks/ssd0/workspaces
Expand Down Expand Up @@ -172,6 +187,9 @@ components:
kind: "constant"
constant:
setpoint: 1
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

# Enable ws-proxy in dev
wsProxy:
Expand All @@ -184,6 +202,9 @@ components:
wsManagerProxy:
expose: true
containerPort: 8081
resources:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

# configure GCP registry
docker-registry:
Expand All @@ -205,6 +226,10 @@ minio:
operator: In
values:
- "workload"
resources:
requests:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

mysql:
primary:
Expand All @@ -218,6 +243,10 @@ mysql:
operator: In
values:
- "workload"
resources:
requests:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

rabbitmq:
# ensure shovels are configured on boot
Expand All @@ -237,6 +266,10 @@ rabbitmq:
operator: In
values:
- "workload"
resources:
requests:
# in preview envs, we want deployments to push scale-up early
memory: 350Mi

cert-manager:
enabled: true