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 2023/03/26 06:03:32 UTC

[skywalking-showcase] branch helm updated (35fe3f7 -> db0ee30)

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

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


    from 35fe3f7  Migrate to Helm Chart
     add db0ee30  Minimize opentelemetry deployments

No new revisions were added by this update.

Summary of changes:
 Makefile.in                                        |   4 +
 .../docker/config/otel-collector-config.yaml       |   2 +-
 .../docker/docker-compose.apisix-monitor.yaml      |   2 +-
 .../docker/docker-compose.mysql-monitor.yaml       |   2 +-
 .../docker/docker-compose.postgresql-monitor.yaml  |   2 +-
 .../platform/docker/docker-compose.vm-monitor.yaml |   2 +-
 deploy/platform/kubernetes/Chart.yaml              |   9 +-
 deploy/platform/kubernetes/Makefile                |  17 ++-
 deploy/platform/kubernetes/templates/_helpers.tpl  |   4 +
 .../templates/feature-agent/resources.yaml         |  23 +++-
 ...{permissions.yaml => opentelemetry-config.yaml} |  48 +++-----
 .../feature-apisix-monitor/resources.yaml          | 106 -----------------
 .../feature-istiod-monitor/open-telemetry.yaml     |  96 ----------------
 .../opentelemetry-config.yaml}                     |  47 +++-----
 .../feature-istiod-monitor/permissions.yaml        |  54 ---------
 .../feature-kubernetes-monitor/open-telemetry.yaml | 126 ---------------------
 .../opentelemetry-config.yaml                      |  65 +++++++++++
 .../feature-kubernetes-monitor/permissions.yaml    |  56 ---------
 .../feature-mysql-monitor/open-telemetry.yaml      | 104 -----------------
 ...{permissions.yaml => opentelemetry-config.yaml} |  46 +++-----
 .../feature-postgresql-monitor/open-telemetry.yaml | 107 -----------------
 ...{permissions.yaml => opentelemetry-config.yaml} |  46 +++-----
 .../templates/feature-promql/resources.yaml        |   2 +-
 .../templates/feature-so11y/open-telemetry.yaml    | 102 -----------------
 ...{permissions.yaml => opentelemetry-config.yaml} |  47 +++-----
 .../feature-vm-monitor/open-telemetry.yaml         |  99 ----------------
 ...{permissions.yaml => opentelemetry-config.yaml} |  46 +++-----
 .../templates/otel-collector-config.yaml           |  61 ++++++++++
 deploy/platform/kubernetes/values.yaml             |  50 ++++++++
 docs/readme.md                                     |   5 +-
 30 files changed, 330 insertions(+), 1050 deletions(-)
 rename deploy/platform/kubernetes/templates/feature-apisix-monitor/{permissions.yaml => opentelemetry-config.yaml} (57%)
 delete mode 100644 deploy/platform/kubernetes/templates/feature-apisix-monitor/resources.yaml
 delete mode 100644 deploy/platform/kubernetes/templates/feature-istiod-monitor/open-telemetry.yaml
 copy deploy/platform/kubernetes/templates/{feature-vm-monitor/permissions.yaml => feature-istiod-monitor/opentelemetry-config.yaml} (57%)
 delete mode 100644 deploy/platform/kubernetes/templates/feature-istiod-monitor/permissions.yaml
 delete mode 100644 deploy/platform/kubernetes/templates/feature-kubernetes-monitor/open-telemetry.yaml
 create mode 100644 deploy/platform/kubernetes/templates/feature-kubernetes-monitor/opentelemetry-config.yaml
 delete mode 100644 deploy/platform/kubernetes/templates/feature-kubernetes-monitor/permissions.yaml
 delete mode 100644 deploy/platform/kubernetes/templates/feature-mysql-monitor/open-telemetry.yaml
 rename deploy/platform/kubernetes/templates/feature-mysql-monitor/{permissions.yaml => opentelemetry-config.yaml} (55%)
 delete mode 100644 deploy/platform/kubernetes/templates/feature-postgresql-monitor/open-telemetry.yaml
 rename deploy/platform/kubernetes/templates/feature-postgresql-monitor/{permissions.yaml => opentelemetry-config.yaml} (54%)
 delete mode 100644 deploy/platform/kubernetes/templates/feature-so11y/open-telemetry.yaml
 rename deploy/platform/kubernetes/templates/feature-so11y/{permissions.yaml => opentelemetry-config.yaml} (56%)
 delete mode 100644 deploy/platform/kubernetes/templates/feature-vm-monitor/open-telemetry.yaml
 rename deploy/platform/kubernetes/templates/feature-vm-monitor/{permissions.yaml => opentelemetry-config.yaml} (56%)
 create mode 100644 deploy/platform/kubernetes/templates/otel-collector-config.yaml