k8s: update default images to dev images in values.yaml
This commit is contained in:
parent
487110eca3
commit
f0c079dc1b
@ -31,31 +31,32 @@ superuser:
|
|||||||
|
|
||||||
# API Image
|
# API Image
|
||||||
# =========================================
|
# =========================================
|
||||||
api_image: "webrecorder/browsertrix-api"
|
api_image: "docker.io/webrecorder/browsertrix-backend:dev"
|
||||||
api_pull_policy: "Never"
|
api_pull_policy: "Always"
|
||||||
|
|
||||||
api_password_secret: "c9085f33ecce4347aa1d69339e16c499"
|
api_password_secret: "c9085f33ecce4347aa1d69339e16c499"
|
||||||
|
|
||||||
api_num_replicas: 1
|
api_num_replicas: 1
|
||||||
|
|
||||||
api_requests_cpu: "10m"
|
api_requests_cpu: "10m"
|
||||||
api_limits_cpu: "128m"
|
api_limits_cpu: "768m"
|
||||||
|
|
||||||
api_requests_memory: "100Mi"
|
api_requests_memory: "100Mi"
|
||||||
api_limits_memory: "192Mi"
|
api_limits_memory: "512Mi"
|
||||||
|
|
||||||
|
job_cpu: "3m"
|
||||||
|
job_memory: "70Mi"
|
||||||
|
|
||||||
|
|
||||||
# Nginx Image
|
# Nginx Image
|
||||||
# =========================================
|
# =========================================
|
||||||
nginx_image: "nginx"
|
nginx_image: "docker.io/webrecorder/browsertrix-frontend:dev"
|
||||||
nginx_pull_policy: "IfNotPresent"
|
nginx_pull_policy: "Always"
|
||||||
|
|
||||||
nginx_num_replicas: 1
|
|
||||||
|
|
||||||
nginx_requests_cpu: "3m"
|
nginx_requests_cpu: "3m"
|
||||||
nginx_limits_cpu: "10m"
|
nginx_limits_cpu: "10m"
|
||||||
|
|
||||||
nginx_requests_memory: "4Mi"
|
nginx_requests_memory: "12Mi"
|
||||||
nginx_limits_memory: "12Mi"
|
nginx_limits_memory: "12Mi"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user