Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Aug 5, 2022
1 parent 69f4740 commit c8168fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ LABEL org.opencontainers.image.description="Workflow engine for microservice orc
LABEL io.openshift.tags="bpmn,orchestration,workflow"
LABEL io.k8s.description="Workflow engine for microservice orchestration"
LABEL io.openshift.non-scalable="false"
LABEL io.openshift.min-memory="1Gi"
LABEL io.openshift.min-memory="512Mi"
LABEL io.openshift.min-cpu="1"

ENV ZB_HOME=/usr/local/zeebe \
Expand Down
2 changes: 1 addition & 1 deletion docker/test/docker-labels.golden.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"io.k8s.description": "Workflow engine for microservice orchestration",
"io.openshift.min-cpu": "1",
"io.openshift.min-memory": "1Gi",
"io.openshift.min-memory": "512Mi",
"io.openshift.non-scalable": "false",
"io.openshift.tags": "bpmn,orchestration,workflow",
"org.opencontainers.image.authors": "zeebe@camunda.com",
Expand Down

0 comments on commit c8168fb

Please sign in to comment.