This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Increased Weasyprint CPU. Decreased NGINX replicas
pull/160/head
Mike Olund
8 years ago
parent
0261a4b2f6
commit
991705681c
2 changed files
with
8 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
openshift/templates/edivorce-environment-template.yaml
+1
-1
openshift/templates/nginx-environment-template.yaml
+ 7
- 0
openshift/templates/edivorce-environment-template.yaml
View File
@ -245,6 +245,13 @@ objects:
ports:
-
containerPort
:
5001
protocol
:
TCP
resources:
limits:
cpu
:
'2'
memory
:
1Gi
requests:
cpu
:
250m
memory
:
512Mi
livenessProbe:
httpGet:
path
:
/health
+ 1
- 1
openshift/templates/nginx-environment-template.yaml
View File
@ -34,7 +34,7 @@ objects:
kind
:
ImageStreamTag
namespace
:
"${APP_IMAGE_NAMESPACE}"
name
:
"${APP_IMAGE_NAME}:deploy-to-${ENVIRONMENT_TYPE}"
replicas
:
2
replicas
:
1
test
:
false
selector:
app
:
"${NAME}"
Write
Preview
Loading…
Cancel
Save