You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: save-cloud-charts/save-cloud/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ api-gateway acts as an entrypoint and svc/gateway is actually a LoadBalancer.
14
14
These secrets are then mounted under the path specified as `DATABASE_SECRETS_PATH` environment variable.
15
15
16
16
For example, for minikube and dev profile run `kubectl --context=minikube --namespace=save-cloud create secret generic db-secrets --from_literal=spring.datasource.username=<...> <...>`
17
-
***save-backend** and **save-demo** expects the following secrets to be set under the secret `s3-secrets` (`kubectl create secret generic s3-secrets <...>`)
17
+
***save-backend**, **cosv-backend**and **save-demo** expects the following secrets to be set under the secret `s3-secrets` (`kubectl create secret generic s3-secrets <...>`)
18
18
*`s3-storage.endpoint`
19
19
*`s3-storage.bucketName`
20
20
*`s3-storage.credentials.accessKeyId`
@@ -25,6 +25,11 @@ api-gateway acts as an entrypoint and svc/gateway is actually a LoadBalancer.
25
25
For example, for minikube and dev profile run `kubectl --context=minikube --namespace=save-cloud create secret generic s3-secrets --from_literal=<property name>=<property value> <...>`
26
26
*`kubectl create secret generic oauth-credentials ...` this secret should contain properties recognizable by spring security OAuth;
27
27
it's used by api-gateway.
28
+
***ca-certs** is required for gateway it contains CA Roots certificates for Huawei
29
+
***ca-pemstore** configmap contains ca-certificates.crt which is crt storage containing both ca root huawei certificates.
30
+
it is used both backend and cosv-backend
31
+
***ingress-certificate** is required by ingress cluster configuration for incoming requests
32
+
***oauth-credentials** is required for external authentication services like gitgub
28
33
29
34
## Versions of the chart
30
35
On each commit that contains changes in the directory with save-cloud chart, the chart is packaged and published to
0 commit comments