ps-19 commented on issue #1805:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/1805#issuecomment-1517994342

   ```
   apiVersion: apisix.apache.org/v2
   kind: ApisixPluginConfig
   metadata:
     name: global-plugin-config
     namespace: apisix
   spec:
     plugins:
       - name: skywalking-logger
         enable: true
         config:
           endpoint_addr: 
"http://skywalking-skywalking-helm-oap.skywalking.svc.cluster.local:12800";
           service_name: "APISIX::APISIX-sit"
           service_instance_name: "APISIX Instance sit"
   
   ```
   
   
   `kubectl apply -f this_file_name.yaml`


-- 
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