Skip to content

Commit

Permalink
Fix errors in configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
PasanT9 committed Mar 16, 2023
1 parent e90daa8 commit f68a717
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ spec:
- name: websub-https
protocol: TCP
port: 8021
- name: websocket-http
protocol: TCP
port: 9099
- name: websocket-https
protocol: TCP
port: 8099
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ data:
enable = true
username= "$ref{super_admin.username}"
password= "$ref{super_admin.password}"
service_url = "https://{{ template "am-pattern-3.resource.prefix" . }}-am-cp-service:${mgt.transport.https.port}/services/"
service_url = "https://{{ template "am-pattern-4.resource.prefix" . }}-am-cp-service:${mgt.transport.https.port}/services/"
event_listening_endpoints = ["tcp://localhost:5672"]
event_duplicate_url = ["tcp://{{ template "am-pattern-4.resource.prefix" . }}-am-cp-2-service:5672"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data:
[truststore]
file_name = "client-truststore.jks"
type = "JKS"
password = "wso2carbon
password = "wso2carbon"
#[keystore.primary]
#file_name = "wso2carbon.jks"
Expand Down Expand Up @@ -150,7 +150,7 @@ data:
enable = true
username= "$ref{super_admin.username}"
password= "$ref{super_admin.password}"
service_url = "https://{{ template "am-pattern-3.resource.prefix" . }}-am-cp-service:${mgt.transport.https.port}/services/"
service_url = "https://{{ template "am-pattern-4.resource.prefix" . }}-am-cp-service:${mgt.transport.https.port}/services/"
event_listening_endpoints = ["tcp://localhost:5672"]
event_duplicate_url = ["tcp://{{ template "am-pattern-4.resource.prefix" . }}-am-cp-1-service:5672"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@ spec:
- name: websub-https
protocol: TCP
port: 8021
- name: websocket-http
protocol: TCP
port: 9099
- name: websocket-https
protocol: TCP
port: 8099
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ data:
[truststore]
file_name = "client-truststore.jks"
type = "JKS"
password = "wso2carbon
password = "wso2carbon"
#[keystore.primary]
#file_name = "wso2carbon.jks"
Expand Down

0 comments on commit f68a717

Please sign in to comment.