Skip to content

Commit

Permalink
added value for java options
Browse files Browse the repository at this point in the history
  • Loading branch information
david-igbinedion committed Jul 12, 2024
1 parent 1af014f commit 04b8672
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions okapi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
<<<<<<< HEAD
version: 0.1.17
=======
version: 0.1.16
>>>>>>> c8bf3872deed1fdc9c6223ba177bce3948fa9a02

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
3 changes: 0 additions & 3 deletions okapi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ clustered:
# -- Specifies whether Okapi is deployed in cluster or dev mode

mode: cluster
<<<<<<< HEAD

javaOptions: -Djava.awt.headless=true -Dlog4j.configurationFile=/etc/log4j2.xml -Dhost=$(POD_IP) -Dnodename=$(POD_NAME) -Dhazelcast.logging.type=log4j -Dhazelcast.shutdownhook.policy=GRACEFUL -Dhazelcast.graceful.shutdown.max.wait=300 -Dlog4j2.formatMsgNoLookups=true
=======
>>>>>>> c8bf3872deed1fdc9c6223ba177bce3948fa9a02
# -- Okapi docker image
image:
repository: folioorg/okapi
Expand Down

0 comments on commit 04b8672

Please sign in to comment.