UNCLASSIFIED

Commit e194796c authored by Mark Sanchez's avatar Mark Sanchez
Browse files

adjusted mem to 3000Mi

parent 5e07212c
Pipeline #438891 passed with stages
in 3 minutes and 30 seconds
...@@ -138,10 +138,10 @@ nexus: ...@@ -138,10 +138,10 @@ nexus:
# memory: 4800Mi # memory: 4800Mi
requests: requests:
cpu: 400m # Values for testing and pipeline pursoses. If deploying for production use please modify these values. cpu: 400m # Values for testing and pipeline pursoses. If deploying for production use please modify these values.
memory: 4800Mi memory: 3000Mi
limits: limits:
cpu: 400m cpu: 400m
memory: 4800Mi memory: 3000Mi
# The ports should only be changed if the nexus image uses a different port # The ports should only be changed if the nexus image uses a different port
nexusPort: 8081 nexusPort: 8081
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment