Skip to content

Commit

Permalink
I think the STORAGE_MAX_CONCURRENCY setting is in the wrong place. The
Browse files Browse the repository at this point in the history
api doesn't use it, the validator does.  No biggie, just move it, fix
it, etc
Increase the max artifact size
  • Loading branch information
dehort committed Sep 5, 2024
1 parent 80f0a57 commit b73ae4b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ objects:
- name: RBAC_HOST
value: ${RBAC_HOST}

- name: STORAGE_MAX_CONCURRENCY
value: ${STORAGE_MAX_CONCURRENCY}

- name: TENANT_TRANSLATOR_IMPL
value: ${TENANT_TRANSLATOR_IMPL}
- name: TENANT_TRANSLATOR_HOST
Expand Down Expand Up @@ -265,6 +262,10 @@ objects:
value: ${LOG_LEVEL}
- name: DB_SSLMODE
value: ${DB_SSLMODE}
- name: STORAGE_MAX_CONCURRENCY
value: ${STORAGE_MAX_CONCURRENCY}
- name: ARTIFACT_MAX_SIZE
value: ${ARTIFACT_MAX_SIZE}
resources:
limits:
cpu: ${CPU_LIMIT}
Expand Down Expand Up @@ -341,6 +342,8 @@ parameters:

- name: STORAGE_MAX_CONCURRENCY
value: "5"
- name: ARTIFACT_MAX_SIZE
value: '3145728'

- name: RETURN_URL
value: TBD
Expand Down

0 comments on commit b73ae4b

Please sign in to comment.