Skip to content

Commit

Permalink
Merge pull request #2201 from CrowleyRajapakse/new-main6
Browse files Browse the repository at this point in the history
Adding sample helm values for cp
  • Loading branch information
CrowleyRajapakse authored Mar 29, 2024
2 parents e89a42f + ae5dd60 commit f41b2d2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion helm-charts/sample/apim/all-in-one/amd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ wso2:
startupArgs: ""
# TOML configurations
configurations:
gatewayType: "APK"
gatewayType: "Regular,APK"
userStore:
# -- User store type.
# https://apim.docs.wso2.com/en/latest/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-the-primary-user-store/
Expand Down Expand Up @@ -319,6 +319,18 @@ wso2:
wsHostname: "websocket.wso2.com"
httpHostname: "default.gw.wso2.com:9095"
websubHostname: "websub.wso2.com"
- name: "Default_synapse"
type: "hybrid"
gatewayType: "Regular"
provider: "wso2"
displayInApiConsole: true
description: "This is a hybrid gateway that handles both production and sandbox token traffic."
showAsTokenEndpointUrl: true
serviceName: "wso2am-gateway-service"
servicePort: 9443
wsHostname: "websocket.wso2.com"
httpHostname: "gw.wso2.com"
websubHostname: "websub.wso2.com"

syncRuntimeArtifacts:
gateway:
Expand Down
14 changes: 13 additions & 1 deletion helm-charts/sample/apim/cp/amd-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ wso2:
portOffset: 0
# TOML configurations
configurations:
gatewayType: "APK"
gatewayType: "Regular,APK"
userStore:
# -- User store type.
# https://apim.docs.wso2.com/en/latest/administer/managing-users-and-roles/managing-user-stores/configure-primary-user-store/configuring-the-primary-user-store/
Expand Down Expand Up @@ -300,6 +300,18 @@ wso2:
wsHostname: "websocket.wso2.com"
httpHostname: "default.gw.wso2.com:9095"
websubHostname: "websub.wso2.com"
- name: "Default_synapse"
type: "hybrid"
gatewayType: "Regular"
provider: "wso2"
displayInApiConsole: true
description: "This is a hybrid gateway that handles both production and sandbox token traffic."
showAsTokenEndpointUrl: true
serviceName: "wso2am-gateway-service"
servicePort: 9443
wsHostname: "websocket.wso2.com"
httpHostname: "gw.wso2.com"
websubHostname: "websub.wso2.com"

iskm:
# -- If Identity Server is used as the Resident KM
Expand Down

0 comments on commit f41b2d2

Please sign in to comment.