Skip to content

Commit

Permalink
removing sinker legacy (#62)
Browse files Browse the repository at this point in the history
* removing sinker legacy

* bump version (required)

* Delete charts/orb/templates/sinker-deployment.yaml

* Delete charts/orb/templates/sinker-service.yaml
  • Loading branch information
etaques authored Sep 26, 2023
1 parent c631072 commit 821c504
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 100 deletions.
2 changes: 1 addition & 1 deletion charts/orb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: orb
description: Orb Observability Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.49
version: 1.0.50
appVersion: "0.26.0"
home: https://getorb.io
sources:
Expand Down
73 changes: 0 additions & 73 deletions charts/orb/templates/sinker-deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions charts/orb/templates/sinker-service.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions charts/orb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,6 @@ sinks:
metadata:
annotations: {}

sinker:
image:
name: "orb-sinker"
httpPort: 8201
redisESPort: 6379
redisESHost: "" # Set this field with host if you want to point to external database such as Elasticache
redisCachePort: 6379
redisCacheHost: "" # Set this field with host if you want to point to external database such as Elasticache
metadata:
annotations: {}

sinkerOtel:
image:
name: "orb-sinker"
Expand Down

0 comments on commit 821c504

Please sign in to comment.