Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions k8s/overlays/fallback/app/django-deployment-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ spec:
spec:
containers:
- name: django-container
resources:
limits:
memory: 8000Mi
requests:
memory: 6000Mi
envFrom:
- configMapRef:
name: app-config-fallback
Expand Down
2 changes: 1 addition & 1 deletion k8s/overlays/fallback/config/app-cm-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
name: app-config
data:
DJANGO_ALLOWED_HOSTS: "hx-rke-wp-webadmin-31-worker-1.caas.ebi.ac.uk hx-rke-wp-webadmin-31-worker-2.caas.ebi.ac.uk hx-rke-wp-webadmin-31-worker-3.caas.ebi.ac.uk tark.ensembl.org"
WORKERS: "7"
WORKERS: "15"
DJANGO_ENVIRONMENT: production