Skip to content
Snippets Groups Projects
Commit 57464929 authored by Maksim Gorelik's avatar Maksim Gorelik
Browse files

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
......@@ -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 }}
......@@ -2,10 +2,10 @@ replicaCount: 1
name: storage-service
image:
repository: node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/ocm/storage-service
repository: node-654e3bca7fbeeed18f81d7c7.ps-xaas.io/pcm-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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment