Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
Unit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Reference and Helper Services
Unit
Commits
f6c55235
Commit
f6c55235
authored
1 year ago
by
Madalyn Marabella
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into aws-infra-merge
parents
ec3d96bc
2073d537
No related branches found
No related tags found
1 merge request
!266
M18 service and CICD updates
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NOTICE
+2
-0
2 additions, 0 deletions
NOTICE
devops/gc/deploy/values.yaml
+4
-4
4 additions, 4 deletions
devops/gc/deploy/values.yaml
unit-core/pom.xml
+10
-1
10 additions, 1 deletion
unit-core/pom.xml
with
16 additions
and
5 deletions
NOTICE
+
2
−
0
View file @
f6c55235
...
...
@@ -447,6 +447,7 @@ The following software have components provided under the terms of this license:
- Redisson (from http://redisson.org)
- Retrofit (from https://github.com/square/retrofit, https://repo1.maven.org/maven2/com/squareup/retrofit2/retrofit)
- RxJava (from https://github.com/ReactiveX/RxJava)
- Servlet API (from https://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api)
- Servlet Specification 2.5 API (from http://jetty.mortbay.org, https://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5)
- SnakeYAML (from http://code.google.com/p/snakeyaml/, http://www.snakeyaml.org, https://bitbucket.org/snakeyaml/snakeyaml)
- Spring AOP (from http://www.springframework.org, https://github.com/spring-projects/spring-framework, https://repo1.maven.org/maven2/org/springframework/spring-aop)
...
...
@@ -702,6 +703,7 @@ The following software have components provided under the terms of this license:
- Jetty :: Server Core (from http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-server)
- Jetty :: Servlet Annotations (from http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-annotations)
- Jetty :: Servlet Handling (from http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlet)
- Jetty :: Utilities (from http://jetty.mortbay.org, http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-util, https://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util)
- Jetty :: Utility Servlets and Filters (from http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-servlets)
- Jetty :: Webapp Application Support (from http://www.eclipse.org/jetty, https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-webapp)
- Jetty :: Websocket :: API (from <https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api>, https://repo1.maven.org/maven2/org/eclipse/jetty/websocket/websocket-api)
...
...
This diff is collapsed.
Click to expand it.
devops/gc/deploy/values.yaml
+
4
−
4
View file @
f6c55235
...
...
@@ -9,8 +9,8 @@ global:
data
:
logLevel
:
"
ERROR"
entitlementsHost
:
"
http://entitlements"
requestsCpu
:
"
10
m"
requestsMemory
:
"
350
Mi"
requestsCpu
:
"
5
m"
requestsMemory
:
"
275
Mi"
limitsCpu
:
"
1"
limitsMemory
:
"
1G"
serviceAccountName
:
"
unit"
...
...
@@ -22,7 +22,7 @@ conf:
configmap
:
"
unit-config"
istio
:
proxyCPU
:
"
10
m"
proxyCPU
:
"
5
m"
proxyCPULimit
:
"
500m"
proxyMemory
:
"
10
0Mi"
proxyMemory
:
"
5
0Mi"
proxyMemoryLimit
:
"
512Mi"
This diff is collapsed.
Click to expand it.
unit-core/pom.xml
+
10
−
1
View file @
f6c55235
...
...
@@ -104,7 +104,16 @@
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
</dependency>
<dependency>
<groupId>
commons-beanutils
</groupId>
<artifactId>
commons-beanutils
</artifactId>
<version>
1.9.4
</version>
</dependency>
<dependency>
<groupId>
org.mortbay.jetty
</groupId>
<artifactId>
jetty
</artifactId>
<version>
6.1.23
</version>
</dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment