Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Conversion
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
CRS Conversion
Commits
0348cd32
Commit
0348cd32
authored
3 years ago
by
MANISH KUMAR
Browse files
Options
Downloads
Plain Diff
Merge branch 'add_node_selector' into 'master'
Add node selector See merge request
!52
parents
02104541
65ac7b43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!52
Add node selector
Pipeline
#60834
canceled
3 years ago
Stage: .pre
Stage: build
Stage: scan
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
devops/azure/chart/helm-config.yaml
+3
-1
3 additions, 1 deletion
devops/azure/chart/helm-config.yaml
devops/azure/chart/templates/deployment.yaml
+4
-0
4 additions, 0 deletions
devops/azure/chart/templates/deployment.yaml
devops/azure/chart/values.yaml
+2
-0
2 additions, 0 deletions
devops/azure/chart/values.yaml
with
9 additions
and
1 deletion
devops/azure/chart/helm-config.yaml
+
3
−
1
View file @
0348cd32
...
...
@@ -3,6 +3,8 @@ global:
# Service(s) Replica Count
replicaCount
:
2
nodepool
:
services
isAutoscalingEnabled
:
false
################################################################################
# Specify the Gitlab branch being used for image creation
...
...
@@ -31,4 +33,4 @@ autoscaling:
minReplicas
:
1
maxReplicas
:
100
targetCPUUtilizationPercentage
:
80
# targetMemoryUtilizationPercentage: 80
\ No newline at end of file
# targetMemoryUtilizationPercentage: 80
This diff is collapsed.
Click to expand it.
devops/azure/chart/templates/deployment.yaml
+
4
−
0
View file @
0348cd32
...
...
@@ -36,6 +36,10 @@ spec:
app
:
{{
.Chart.Name
}}
appversion
:
{{
.Chart.Version
}}
spec
:
{{
- if .Values.global.isAutoscalingEnabled
}}
nodeSelector
:
nodepool
:
{{
.Values.global.nodepool
}}
{{
- end
}}
volumes
:
-
name
:
azure-keyvault
csi
:
...
...
This diff is collapsed.
Click to expand it.
devops/azure/chart/values.yaml
+
2
−
0
View file @
0348cd32
...
...
@@ -14,6 +14,8 @@
global
:
replicaCount
:
1
nodepool
:
services
isAutoscalingEnabled
:
false
image
:
repository
:
community.opengroup.org:5555/osdu/platform/system/reference/crs-conversion-service
...
...
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