-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify NOTES.txt under v3-engine to add a next step section. Add NOTE…
…S.txt into all connectors
- Loading branch information
Showing
7 changed files
with
137 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-connector-oracle Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-connector-phoenix Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-graphql Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-mongodb Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-nodejs-lambda Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Ndc-postgres Helm Chart Deployment | ||
|
||
1. Deployment Information: | ||
- Release Name: {{ .Release.Name }} | ||
- Namespace: {{ template "common.namespace" . }} | ||
- Chart Name: {{ .Chart.Name }} | ||
- Chart Version: {{ .Chart.Version }} | ||
|
||
2. Service Information: | ||
- Service Name: {{ template "common.name" . }} | ||
- Service Port: {{ .Values.httpPort }} | ||
|
||
3. Useful Commands: | ||
- Check the Deployment Status: | ||
helm status {{ .Release.Name }} | ||
|
||
- Get Detailed Information about the Deployment: | ||
helm get all {{ .Release.Name }} | ||
|
||
4. Clean Up: | ||
- To uninstall/delete the deployment, run: | ||
helm uninstall {{ .Release.Name }} |
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