You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2022/04/08 05:55:17 UTC

[skywalking-showcase] branch injector created (now 29262ba)

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a change to branch injector
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


      at 29262ba  Enable gateway plugin in gateway service

This branch includes the following new commits:

     new 29262ba  Enable gateway plugin in gateway service

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-showcase] 01/01: Enable gateway plugin in gateway service

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch injector
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git

commit 29262bace298f2dd99ca5975fcb49f7f018c9e8c
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Apr 8 13:55:06 2022 +0800

    Enable gateway plugin in gateway service
---
 .github/workflows/publish-images.yaml                   | 1 +
 deploy/platform/kubernetes/feature-agent/resources.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml
index 30960a0..3633101 100644
--- a/.github/workflows/publish-images.yaml
+++ b/.github/workflows/publish-images.yaml
@@ -20,6 +20,7 @@ on:
   push:
     branches:
       - main
+      - injector
 
 env:
   HUB: ghcr.io/apache/skywalking-showcase
diff --git a/deploy/platform/kubernetes/feature-agent/resources.yaml b/deploy/platform/kubernetes/feature-agent/resources.yaml
index e49d3df..a6a0fcc 100644
--- a/deploy/platform/kubernetes/feature-agent/resources.yaml
+++ b/deploy/platform/kubernetes/feature-agent/resources.yaml
@@ -53,6 +53,7 @@ spec:
         strategy.skywalking.apache.org/inject.Container: "gateway"
         strategy.skywalking.apache.org/agent.Overlay: "true"
         agent.skywalking.apache.org/agent.service_name: "agent::gateway"
+        optional.skywalking.apache.org: "spring-cloud-gateway"
     spec:
       containers:
         - name: gateway