Skip to content

Commit

Permalink
fix: configmap spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Jan 19, 2025
1 parent 26da7cc commit cb34fad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions charts/nr-metabase/templates/metabase/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ data:
keytool -import -alias "orakey-${DB_HOST}-1" -keystore "${JAVA_HOME}"/lib/security/cacerts -storepass changeit -file "$cert_folder/${DB_HOST}.der" -noprompt || exit 1
done
echo -e "\033[1;33m=====================================\033[0m" # Bright Yellow
echo -e "\033[0;36m _ _ ____ __ __ ____ \033[0m" # Cyan
echo -e "\033[0;36m | \ | | _ \ | \/ | __ ) \033[0m" # Cyan
echo -e "\033[0;36m | \| | |_) | | |\/| | _ \ \033[0m" # Cyan
echo -e "\033[0;36m | |\ | _ < | | | | |_) |\033[0m" # Cyan
echo -e "\033[0;36m |_| \_|_| \_\ |_| |_|____/ \033[0m" # Cyan
echo -e "\033[0;36m ${NR_MB_VERSION} \033[0m" # Cyan
echo -e "\033[1;33m=====================================\033[0m" # Bright Yellow
echo -e "\033[1;33m=====================================\033[0m"
echo -e "\033[0;36m _ _ ____ __ __ ____ \033[0m"
echo -e "\033[0;36m | \ | | _ \ | \/ | __ ) \033[0m"
echo -e "\033[0;36m | \| | |_) | | |\/| | _ \ \033[0m"
echo -e "\033[0;36m | |\ | _ < | | | | |_) |\033[0m"
echo -e "\033[0;36m |_| \_|_| \_\ |_| |_|____/ \033[0m"
echo -e "\033[0;36m ${NR_MB_VERSION} \033[0m"
echo -e "\033[1;33m=====================================\033[0m"
if [ -f /mnt/log4j2.xml ]; then
java -Duser.name=metabase "-Xms${MIN_HEAP}" "-Xmx${MAX_HEAP}" -XX:TieredStopAtLevel=2 -XX:+UseZGC -XX:MinHeapFreeRatio=20 -XX:MaxHeapFreeRatio=40 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MaxMetaspaceSize=350m -XX:ParallelGCThreads=2 -Djava.util.concurrent.ForkJoinPool.common.parallelism=4 -XX:CICompilerCount=2 -XX:+ExitOnOutOfMemoryError -Dlog4j.configurationFile=file:/config/log4j2.xml -jar metabase.jar
Expand Down

0 comments on commit cb34fad

Please sign in to comment.