Skip to content

Commit

Permalink
Merge pull request #2202 from CrowleyRajapakse/new-main6
Browse files Browse the repository at this point in the history
Fixing dp to cp sample helm values yaml
  • Loading branch information
CrowleyRajapakse committed Mar 29, 2024
2 parents f41b2d2 + 6e1e820 commit 76b71c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm-charts/sample/apk/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ wso2:
image: wso2/apk-common-controller:1.1.0-alpha2
security:
sslHostname: "commoncontroller"
# controlplane:
# enabled: true
# host: "apim-apk-agent-service.apk.svc.cluster.local"
# skipSSLVerification: true
controlplane:
enabled: true
host: "apim-apk-agent-service.apk.svc.cluster.local"
skipSSLVerification: true
# configs:
# apiNamespaces:
# - "apk-v12"
Expand Down Expand Up @@ -246,14 +246,14 @@ wso2:
sslHostname: "enforcer"
# logging:
# level: DEBUG
# configs:
configs:
# tls:
# secretName: "router-cert"
# certKeyFilename: ""
# certFilename: ""
# JWKSClient:
# skipSSLVerification: false
# hostnameVerifier: "AllowAll"
JWKSClient:
skipSSLVerification: false
hostnameVerifier: "AllowAll"

metrics:
enabled: false
Expand Down

0 comments on commit 76b71c7

Please sign in to comment.