Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup of outdated examples #279

Merged
merged 4 commits into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@
/incluster_eventing/ @m00g3n @pPrecel @dbadura @kwiatekus @cortey

# Custom function runtime image example
/custom-serverless-runtime-image/ @m00g3n @pPrecel @dbadura @kwiatekus @cortey
/custom-serverless-runtime-image/ @kyma-project/otters

# Observability
/jaeger/ @kyma-project/observability
/kiali/ @kyma-project/observability
/loki/ @kyma-project/observability
/metrics-otlp/ @kyma-project/observability
/prometheus/ @kyma-project/observability
/trace-demo/ @kyma-project/observability
/tracing/ @kyma-project/observability

# Scaling functions to zero with KEDA
/scale-to-zero-with-keda @m00g3n @pPrecel @dbadura @kwiatekus @cortey @anoipm @MichalKalke
/scale-to-zero-with-keda @kyma-project/otters

# All .md files
*.md @mmitoraj @NHingerl @grego952 @IwonaLanger @nataliasitko
*.md @kyma-project/technical-writers
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ All examples are deployable in the cloud. Follow these rules to achieve this and

A CI/CD configuration file accompanies each example to ensure its validity as part of the automation pipeline.

### Acceptance tests

For details on acceptance tests for examples, see the [`acceptance-tests`](tests/README.md) document.

### Releases

Each example is independently releasable by creating a `tag` in the repository with the `{example-name}/{version}` format. This triggers a release for the given example from its CI/CD configuration. Push released example Docker images to the `example` folder in the Kyma repository, under `eu.gcr.io/kyma-project/example`.
19 changes: 0 additions & 19 deletions Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ The summary of the documentation in the `examples` repository lists all availabl
| [Gateway](gateway/README.md) | Expose APIs for functions or services. | Kubeless |
| [Service Binding](service-binding/lambda/README.md) | Bind a Redis service to a lambda function. | Kubeless, Redis, NodeJS |
| [Event Email Service](event-email-service/README.md) | Send an automated email upon receiving an Event. | NodeJS |
| [Tracing](tracing/README.md) | Configure tracing for a service in Kyma. | Go |
| [Custom serverless runtime image](custom-serverless-runtime-image/README.md) | Build custom runtime image. | Python |
| [Kiali](kiali/README.md) | Deploy Kiali to Kyma. | Kiali, Istio, Prometheus |
| [Prometheus](prometheus/README.md) | Deploy a Prometheus stack to monitor custom metrics. | Prometheus, Grafana |
Expand Down
6 changes: 0 additions & 6 deletions examples-chart/Chart.yaml

This file was deleted.

49 changes: 0 additions & 49 deletions examples-chart/README.md

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions examples-chart/templates/deployments/http-db-service/Pod.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions examples-chart/templates/deployments/pre-install-rbac.yaml

This file was deleted.

This file was deleted.

36 changes: 0 additions & 36 deletions examples-chart/templates/tests/event-email-service/Pod.yaml

This file was deleted.

44 changes: 0 additions & 44 deletions examples-chart/templates/tests/http-db-service/Pod.yaml

This file was deleted.

Loading