diff --git a/chart/values.yaml b/chart/values.yaml index 86c7d019..0785e377 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -31,31 +31,32 @@ superuser: # API Image # ========================================= -api_image: "webrecorder/browsertrix-api" -api_pull_policy: "Never" +api_image: "docker.io/webrecorder/browsertrix-backend:dev" +api_pull_policy: "Always" api_password_secret: "c9085f33ecce4347aa1d69339e16c499" api_num_replicas: 1 api_requests_cpu: "10m" -api_limits_cpu: "128m" +api_limits_cpu: "768m" api_requests_memory: "100Mi" -api_limits_memory: "192Mi" +api_limits_memory: "512Mi" + +job_cpu: "3m" +job_memory: "70Mi" # Nginx Image # ========================================= -nginx_image: "nginx" -nginx_pull_policy: "IfNotPresent" - -nginx_num_replicas: 1 +nginx_image: "docker.io/webrecorder/browsertrix-frontend:dev" +nginx_pull_policy: "Always" nginx_requests_cpu: "3m" nginx_limits_cpu: "10m" -nginx_requests_memory: "4Mi" +nginx_requests_memory: "12Mi" nginx_limits_memory: "12Mi"