You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "ps-19 (via GitHub)" <gi...@apache.org> on 2023/04/21 15:22:17 UTC

[GitHub] [apisix-ingress-controller] ps-19 commented on issue #1805: request help: How to set up global plugin config?

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org