-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DSD-6112] pms v1.3.0-dp.1 release (#733)
* Updated URL from https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh to https://raw.githubusercontent.com/mosip/mosip-infra/master/deployment/v3/utils/copy_cm_func.sh * [DSD-6112] pms v1.3.0-dp.1 release
- Loading branch information
1 parent
6050007
commit b531739
Showing
7 changed files
with
32 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# Partner-management-portal | ||
# Partner-management-portal | ||
|
||
## Deployment in K8 cluster with other MOSIP services: | ||
### Pre-requisites | ||
* Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file: | ||
* ``` | ||
export KUBECONFIG=~/.kube/<my-cluster.config> | ||
``` | ||
### Install | ||
``` | ||
$ cd deploy | ||
$ ./install.sh | ||
``` | ||
### Delete | ||
``` | ||
$ cd deploy | ||
$ ./delete.sh | ||
``` | ||
### Restart | ||
``` | ||
$ cd deploy | ||
$ ./restart.sh | ||
``` | ||
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
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