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

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-20 13:16:50 +02:00

28 lines
547 B
YAML

image:
repository: tccr.io/truecharts/nexusoss
pullPolicy: IfNotPresent
tag: 3.41.1@sha256:ef7b234b3c32ece19affd06768b457e54e2ff17a95389aba6198954aadd54f5a
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