Skip to content

Commit

Permalink
Merge pull request #5329 from akvo/backend-adjustments
Browse files Browse the repository at this point in the history
Backend adjustments
  • Loading branch information
zuhdil authored Jun 6, 2024
2 parents 95868f6 + 00adbe6 commit 62533b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions akvo/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,6 @@
url(r'^project/(?P<project_id>\d+)/$',
project.main, name='project-main'),

url(r'^project/(?P<project_id>\d+)/hierarchy/$',
project.hierarchy, name='project-hierarchy'),

url(r'^project/(?P<project_id>\d+)/report/$',
project.report, name='project-report'),

url(r'^project/(?P<project_id>\d+)/widgets/$',
project.widgets, name='project-widgets'),

url(r'^project/(?P<project_id>\d+)/updates/$',
project_update.project_updates, name='project-updates'),

url(r'^project/(?P<project_id>\d+)/partners/$',
project.partners, name='project-partners'),

url(r'^project/(?P<project_id>\d+)/finance/$',
project.finance, name='project-finance'),

# Organisations
url(r'^organisations/$',
organisation.directory,
Expand Down
2 changes: 1 addition & 1 deletion ci/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
requests:
cpu: "1000m"
limits:
cpu: "4000m"
cpu: "6000m"
ports:
- containerPort: 8000
protocol: TCP
Expand Down

0 comments on commit 62533b4

Please sign in to comment.