Remove unneeded change
This commit is contained in:
parent
4f28ab49dc
commit
e706ab5989
@ -6,7 +6,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: nxrm
|
app: nxrm
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.deployment.replicaCount }}
|
replicas: 1
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: nxrm
|
app: nxrm
|
||||||
@ -74,9 +74,7 @@ spec:
|
|||||||
-Dnexus.datastore.enabled=true -Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs \
|
-Dnexus.datastore.enabled=true -Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs \
|
||||||
-Dnexus.datastore.nexus.jdbcUrl=jdbc:postgresql://${DB_HOST}:{{ .Values.deployment.container.env.nexusDBPort }}/${DB_NAME} \
|
-Dnexus.datastore.nexus.jdbcUrl=jdbc:postgresql://${DB_HOST}:{{ .Values.deployment.container.env.nexusDBPort }}/${DB_NAME} \
|
||||||
-Dnexus.datastore.nexus.username=${DB_USER} \
|
-Dnexus.datastore.nexus.username=${DB_USER} \
|
||||||
-Dnexus.datastore.nexus.password=${DB_PASSWORD}
|
-Dnexus.datastore.nexus.password=${DB_PASSWORD}"
|
||||||
-Dnexus.datastore.clustered.enabled={{ .Values.deployment.clustered }} \
|
|
||||||
-Dnexus.jwt.enabled={{ .Values.deployment.jwtenabled }}"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /nxrm-secrets
|
- mountPath: /nxrm-secrets
|
||||||
name: nxrm-secrets
|
name: nxrm-secrets
|
||||||
|
@ -6,8 +6,6 @@ deployment:
|
|||||||
name: nxrm.deployment
|
name: nxrm.deployment
|
||||||
clusterName: nxrm-nexus
|
clusterName: nxrm-nexus
|
||||||
logsRegion: us-east-1
|
logsRegion: us-east-1
|
||||||
clustered: false
|
|
||||||
jwtenabled: false
|
|
||||||
initContainer:
|
initContainer:
|
||||||
image:
|
image:
|
||||||
repository: busybox
|
repository: busybox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user