Skip to content

Commit

Permalink
added changes to Notes.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hasuniea authored and ThilinaManamgoda committed Dec 22, 2021
1 parent ce8c2df commit 499845b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions advanced/am-pattern-4/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Please follow these steps to access API Manager Publisher, DevPortal consoles.

API Manager Control Plane

- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-am-cp-ingress)
- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-am-cp-ingress)
- HOSTS: Hostname of the WSO2 API Manager's Control Plane service ({{ .Values.wso2.deployment.am.cp.ingress.hostname }})
- ADDRESS: External IP (`EXTERNAL-IP`) exposing the API Manager's Control PLane service to outside of the Kubernetes environment
- PORTS: Externally exposed service ports of the API Manager's Control Plane service

API Manager Gateway

- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-am-gateway-ingress)
- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-am-gateway-ingress)
- HOSTS: Hostname of the WSO2 API Manager's Gateway service ({{ .Values.wso2.deployment.am.gateway.ingress.hostname }})
- ADDRESS: External IP (`EXTERNAL-IP`) exposing the API Manager's Gateway service to outside of the Kubernetes environment
- PORTS: Externally exposed service ports of the API Manager's DevPortal service
Expand Down Expand Up @@ -45,7 +45,7 @@ Please follow these steps to assess Micro Integrator.

Micro Integrator Management APIs

- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-3.resource.prefix" . }}-mi-1-management-ingress)
- NAME: Metadata name of the Kubernetes Ingress resource (defaults to {{ template "am-pattern-4.resource.prefix" . }}-mi-management-ingress)
- HOSTS: Hostname of the WSO2 Micro Integrator service ({{ .Values.wso2.deployment.mi.ingress.management.hostname }})
- ADDRESS: External IP (`EXTERNAL-IP`) exposing the Micro Integrator service to outside of the Kubernetes environment
- PORTS: Externally exposed service ports of the Micro Integrator service
Expand Down
2 changes: 1 addition & 1 deletion advanced/mysql-am/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ apiVersion: v1
appVersion: "5.7"
description: A Helm chart for MySQL based deployment of WSO2 API Management Datasources
name: mysql-am
version: 4.0.0-1
version: 4.0.0-2
icon: https://wso2.cachefly.net/wso2/sites/all/images/wso2logo.svg

0 comments on commit 499845b

Please sign in to comment.