Files
truecharts/charts/incubator/nexus-oss/values.yaml
T
TrueCharts BotandGitHub 8c6c2c2d73 chore(deps): update docker general non-major (#3920)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-27 10:23:01 +02:00

28 lines
547 B
YAML

image:
repository: tccr.io/truecharts/nexusoss
pullPolicy: IfNotPresent
tag: 3.42.0@sha256:dc0c5c75b244cb18b98d3c134f795dbca52be4ca4f7fd103641187b9cba90983
podSecurityContext:
runAsGroup: 200
runAsUser: 200
fsGroup: 200
env:
INSTALL4J_ADD_VM_PARAMS: "-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs"
service:
main:
ports:
main:
port: 10288
targetPort: 8081
persistence:
data:
enabled: true
mountPath: /nexus-data
portal:
enabled: true