-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DSD-3884] Updated deployment as per esignet vc release (#1453)
* [DSD-3884] Updated deployment as per esignet vc release Signed-off-by: syed salman <[email protected]> * [DSD-3884] updated chart version Signed-off-by: syed salman <[email protected]> --------- Signed-off-by: syed salman <[email protected]>
- Loading branch information
1 parent
a1e9f1e
commit 38f4e1a
Showing
15 changed files
with
177 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
resources: | ||
limits: {} | ||
# cpu: 250m | ||
# memory: 1Gi | ||
requests: | ||
cpu: 3000m | ||
memory: 3000Mi | ||
|
||
postgresqlExtendedConf: | ||
wal_level: logical | ||
max_wal_senders: 20 | ||
max_replication_slots: 10 | ||
max_connections: 1000 | ||
primary: | ||
extendedConfiguration: | | ||
max_connections=1000 | ||
wal_level=logical | ||
max_wal_senders=20 | ||
max_replication_slots=10 | ||
resources: | ||
limits: {} | ||
# cpu: 250m | ||
# memory: 1Gi | ||
requests: | ||
cpu: 3000m | ||
memory: 3000Mi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
#!/bin/bash | ||
# Copy configmaps from other namespaces | ||
# DST_NS: Destination namespace | ||
# DST_NS: Destination namespace | ||
|
||
function copying_cm() { | ||
COPY_UTIL=../../utils/copy_cm_func.sh | ||
DST_NS=ida | ||
|
||
$COPY_UTIL configmap global default $DST_NS | ||
$COPY_UTIL configmap artifactory-share artifactory $DST_NS | ||
$COPY_UTIL configmap config-server-share config-server $DST_NS | ||
$COPY_UTIL configmap softhsm-ida-share softhsm $DST_NS | ||
return 0 | ||
} | ||
|
||
|
||
# set commands for error handling. | ||
set -e | ||
set -o errexit ## set -e : exit the script if any statement returns a non-true return value | ||
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable | ||
set -o errtrace # trace ERR through 'time command' and other functions | ||
set -o pipefail # trace ERR through pipes | ||
copying_cm # calling function | ||
|
||
COPY_UTIL=../../utils/copy_cm_func.sh | ||
DST_NS=ida | ||
|
||
$COPY_UTIL configmap global default $DST_NS | ||
$COPY_UTIL configmap artifactory-share artifactory $DST_NS | ||
$COPY_UTIL configmap config-server-share config-server $DST_NS | ||
$COPY_UTIL configmap softhsm-ida-share softhsm $DST_NS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,25 @@ | ||
#!/bin/bash | ||
# Copy configmaps from other namespaces | ||
# DST_NS: Destination (current) namespace | ||
COPY_UTIL=../../utils/copy_cm_func.sh | ||
DST_NS=keymanager | ||
# DST_NS: Destination (current) namespace | ||
|
||
$COPY_UTIL configmap global default $DST_NS | ||
$COPY_UTIL configmap artifactory-share artifactory $DST_NS | ||
$COPY_UTIL configmap config-server-share config-server $DST_NS | ||
$COPY_UTIL configmap softhsm-kernel-share softhsm $DST_NS | ||
function copying_cm() { | ||
COPY_UTIL=../../utils/copy_cm_func.sh | ||
DST_NS=keymanager | ||
|
||
$COPY_UTIL configmap global default $DST_NS | ||
$COPY_UTIL configmap artifactory-share artifactory $DST_NS | ||
$COPY_UTIL configmap config-server-share config-server $DST_NS | ||
$COPY_UTIL configmap softhsm-kernel-share softhsm $DST_NS | ||
return 0 | ||
} | ||
|
||
# set commands for error handling. | ||
set -e | ||
set -o errexit ## set -e : exit the script if any statement returns a non-true return value | ||
set -o nounset ## set -u : exit the script if you try to use an uninitialised variable | ||
set -o errtrace # trace ERR through 'time command' and other functions | ||
set -o pipefail # trace ERR through pipes | ||
copying_cm # calling function | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# Regclient | ||
# mosip-file-server | ||
|
||
## Introduction | ||
The chart here installs a mosip-file-server accessed over an https URL. | ||
The chart here installs a mosip-file-server accessed over an https URL. | ||
|
||
## Install | ||
* Make sure global configmap contains the url for mosip-file-server host e.g. `fileserver.sandbox.xyz.net`. | ||
* The url must point to your internal loadbalancer as regclient will typically not be open to public. | ||
* Mosip-file-server contains certs, json which will be used by partners to integrate with MOSIP services. | ||
* Install | ||
```sh | ||
./install.sh | ||
``` | ||
## Download | ||
The download URL will be available at `https://your-fileserver-host`. Example: `https://fileserver.sandbox.xyz.net`. | ||
## URL | ||
* The URL will be available at https://api-host. | ||
Example: | ||
* https://api.sandbox.xyz.net/.well-known/ | ||
* https://api.sandbox.xyz.net/inji/ | ||
* https://api.sandbox.xyz.net/mosip-certs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.