Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Storage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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 Software
OSDU Data Platform
System
Storage
Commits
ec20a042
Commit
ec20a042
authored
2 years ago
by
Anuj Gupta
Browse files
Options
Downloads
Patches
Plain Diff
fixed string data
parent
1a35f0cd
No related branches found
No related tags found
1 merge request
!444
updated helm chart
Pipeline
#120493
canceled
2 years ago
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/ibm/ibm-storage-config/templates/configmap.yml
+3
-6
3 additions, 6 deletions
devops/ibm/ibm-storage-config/templates/configmap.yml
devops/ibm/ibm-storage-config/values.yaml
+2
-11
2 additions, 11 deletions
devops/ibm/ibm-storage-config/values.yaml
with
5 additions
and
17 deletions
devops/ibm/ibm-storage-config/templates/configmap.yml
+
3
−
6
View file @
ec20a042
...
...
@@ -46,18 +46,15 @@ data:
amqphub.amqp10jms.password
:
"
{{
.Values.data.amqpPassword
}}"
amqphub.amqp10jms.username
:
"
{{
.Values.data.amqpUserName
}}"
amqphub.amqp10jms.remote-url
:
"
{{
.Values.data.amqpURL
}}"
#minio
ibm.cos.endpoint_url
:
"
http://{{
.Release.Name
}}-minio:9000"
#accesskey and secretkey of minio - refer deployment yaml
ibm.cos.access_key
:
"
{{
.Values.data.accessKey
}}"
ibm.cos.secret_key
:
"
{{
.Values.data.secretKey
}}"
IBM_COS_REGION
:
us-east-1
#policy
POLICY_API
:
"
http://{{
.Release.Name
}}-ibm-policy-deploy:8080/api/policy/v1"
service.policy.enabled
:
false
service.policy.enabled
:
"
{{
.Values.data.policyEnabled
}}"
#crs frame of ref
osdu.spring.config.createCrsJWTToken
:
false
CRS_API
:
"
http://{{
.Release.Name
}}-ibm-crs-conversion-deploy:8080/api/crs/converter/v2"
osdu.spring.config.createCrsJWTToken
:
"
{{
.Values.data.createCrsJWTTokenEnabled
}}"
CRS_API
:
"
http://{{
.Release.Name
}}-ibm-crs-conversion-deploy:8080/api/crs/converter/v2"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
devops/ibm/ibm-storage-config/values.yaml
+
2
−
11
View file @
ec20a042
...
...
@@ -3,27 +3,21 @@ data:
logLevel
:
"
INFO"
logPrefix
:
storage
deployEnv
:
CLOUD
javaAppJar
:
"
/deployments/*-spring-boot.jar"
contextPath
:
"
/api/storage/v2"
serverPort
:
8080
# ibm
beanDefOverriding
:
true
acceptHttp
:
true
cacheExpiration
:
9000
cahceMaxSize
:
2000
healthCheckUri
:
"
/api/storage/v2/_ah/liveness_check,/api/storage/v2/_ah/readiness_check,/api/storage/v2/info,/api/storage/v2/api-docs"
loggingLevelOsdu
:
debug
loggingLevelSpring
:
debug
#get-from-svc-name-template
authorizeAPI
:
http://TBD:8080/api/entitlements/v2
patitionAPI
:
http://tbd:8080/api/partition/v1
policyAPI
:
http://tbd:8080/api/policy/v1
#get-from-svc-name-template
#db
dbURL
:
http://tbd:5984
#get-from-existing secret
...
...
@@ -32,9 +26,6 @@ data:
dbPassw
:
tbd
envPrefix
:
ibm-iks
envPrefixProject
:
ibm-ibm-build
#partition
pKCEndPointHost
:
tbd
pKCClientId
:
partition-service
...
...
@@ -45,14 +36,14 @@ data:
pKCRealm
:
OSDU
pKAcceptHttp
:
true
tenantCacheExpiryInSec
:
10000
amqpPassword
:
TBD
amqpUserName
:
TBD
amqpURL
:
"
amqp://ex-aao-amqp-0-svc:5672"
#minio
accessKey
:
tbd
secretKey
:
tbd
createCrsJWTTokenEnabled
:
false
policyEnabled
:
false
conf
:
configmap
:
"
storage-config"
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