Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Storage Service
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Model registry
Operate
Environments
Monitor
Incidents
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
Maksim Gorelik
Storage Service
Commits
57464929
Commit
57464929
authored
11 months ago
by
Maksim Gorelik
Browse files
Options
Downloads
Patches
Plain Diff
charts updated
parent
035bd4f1
No related branches found
No related tags found
No related merge requests found
Pipeline
#39159
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
deployment/helm/templates/deployment.yaml
+7
-0
7 additions, 0 deletions
deployment/helm/templates/deployment.yaml
deployment/helm/values.yaml
+9
-6
9 additions, 6 deletions
deployment/helm/values.yaml
with
16 additions
and
6 deletions
deployment/helm/templates/deployment.yaml
+
7
−
0
View file @
57464929
...
...
@@ -74,3 +74,10 @@ spec:
value
:
{{
.Values.config.service.mode
}}
-
name
:
"
pluginRepoUrl"
value
:
{{
.Values.config.crypto.pluginRepoUrl
}}
-
name
:
"
VAULT_ADRESS"
value
:
{{
.Values.config.crypto.url
}}
-
name
:
"
VAULT_TOKEN"
valueFrom
:
secretKeyRef
:
name
:
{{
.Values.config.crypto.secretName
}}
key
:
{{
.Values.config.crypto.secretKey
}}
This diff is collapsed.
Click to expand it.
deployment/helm/values.yaml
+
9
−
6
View file @
57464929
...
...
@@ -2,10 +2,10 @@ replicaCount: 1
name
:
storage-service
image
:
repository
:
node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/
o
cm
/storage-service
repository
:
node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/
p
cm
-cloud
imagePullPolicy
:
Always
name
:
storage-service
tag
:
latest
tag
:
main
podAnnotations
:
{}
...
...
@@ -51,18 +51,21 @@ security:
runAsGid
:
1000
config
:
cassandra
:
hosts
:
cassandra
-dev.development
.svc.cluster.local:9042
hosts
:
cassandra
.cassandra
.svc.cluster.local:9042
keyspace
:
user_space
user
:
cassandra
passwordSecret
:
cassandra
-dev
passwordSecret
:
cassandra
passwordKey
:
cassandra-password
crypto
:
signKey
:
test
namespace
:
transit
pluginRepoUrl
:
https://gitlab.eclipse.org/eclipse/xfsc/libraries/crypto/engine/plugins/local-provider.git
url
:
http://vault.vault.svc.cluster.local:8200
secretName
:
vault
secretKey
:
token
service
:
profiles
:
DEBUG,
API
profiles
:
API
basedomain
:
http://localhost:8080
country
:
DE
region
:
EU
mode
:
REMOTE
mode
:
DIRECT
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