jinjianming commented on issue #479:
URL: 
https://github.com/apache/apisix-helm-chart/issues/479#issuecomment-1441303604

   This is my configuration list;
       deployment:
         role: control_plane
         role_control_plane:
           config_provider: etcd
           conf_server:
             listen: 0.0.0.0:9280
             cert: "/conf-server-ssl/tls.crt"
             cert_key: "/conf-server-ssl/tls.key"
             client_ca_cert: "/conf-ca-ssl/tls.crt"
         certs:
           cert: "/conf-client-ssl/tls.crt"
           cert_key: "/conf-client-ssl/tls.key"
           trusted_ca_cert: "/conf-ca-ssl/tls.crt"
   
   ---
       deployment:
         role: data_plane
         role_data_plane:
           config_provider: control_plane
           control_plane:
             host:
               - "https://apisix-control-plane-control-plane:9280";
             prefix: /apisix
             timeout: 30
         certs:
           cert: "/conf-client-ssl/tls.crt"
           cert_key: "/conf-client-ssl/tls.key"
           trusted_ca_cert: "/conf-ca-ssl/tls.crt"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to