Skip to content

Commit

Permalink
fix docker images build (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd committed Jun 5, 2024
1 parent 879a968 commit 7685753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/kubehound/kubegraph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY --from=build --chown=janusgraph:janusgraph /home/app/target/kubehound-1.0.0
COPY --chown=janusgraph:janusgraph scripts/health-check.groovy ${JANUS_HOME}/scripts/

# DSL support
COPY --chown=janusgraph:janusgraph kubehound-dsl-init.groovy ${JANUS_HOME}/scripts/
COPY --chown=janusgraph:janusgraph scripts/kubehound-dsl-init.groovy ${JANUS_HOME}/scripts/

# Set JVM configuration
ENV JAVA_OPTIONS_FILE ${JANUS_HOME}/conf/jvm.options
Expand All @@ -37,7 +37,7 @@ ENV JANUS_PROPS_TEMPLATE=inmemory
# Optimize for writes
ENV janusgraph.ids.block-size=1000000000
ENV janusgraph.ids.renew-percentage 0.3
ENV storage.batch-loading=true
ENV janusgraph.storage.batch-loading=true

# Enforce strict schema constraints as per https://docs.janusgraph.org/configs/configuration-reference/#schema
ENV janusgraph.schema.constraints=true
Expand Down

0 comments on commit 7685753

Please sign in to comment.