Skip to content

Commit

Permalink
Update CPU & Set TLS to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 21, 2024
1 parent 029af5a commit 3a4dfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM osixia/openldap:1.5.0

ADD ldif /container/service/slapd/assets/config/bootstrap/ldif

ENV LDAP_TLS="false"
ENV LDAP_BASE_DN=""
ENV LDAP_READONLY_USER="false"
ENV LDAP_RFC2307BIS_SCHEMA="false"
Expand Down
2 changes: 1 addition & 1 deletion cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default {
],
Properties: {
Family: cf.stackName,
Cpu: 1024,
Cpu: 1024 * 2,
Memory: 4096 * 2,
NetworkMode: 'awsvpc',
RequiresCompatibilities: ['FARGATE'],
Expand Down

0 comments on commit 3a4dfb3

Please sign in to comment.