Skip to content

Commit

Permalink
cleanup of outdated examples (#279)
Browse files Browse the repository at this point in the history
* cleanup of outdated examples

* Dockerfile not used anywhere

* fix docu

* docu fix
  • Loading branch information
a-thaler authored Dec 19, 2023
1 parent d74f2ad commit 6a4ea1c
Show file tree
Hide file tree
Showing 35 changed files with 3 additions and 2,118 deletions.
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.

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

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

0 comments on commit 6a4ea1c

Please sign in to comment.