forked from open-telemetry/opentelemetry-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEAT] adding target allocator configs (#123)
Signed-off-by: Nicolas Takashi <[email protected]>
- Loading branch information
1 parent
079a842
commit c13ffa8
Showing
133 changed files
with
892 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...lemetry-collector/examples/daemonset-and-deployment/rendered/service-targetallocator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: opentelemetry-collector/templates/service-targetallocator.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: example-opentelemetry-collector-targetallocator | ||
namespace: default | ||
labels: | ||
helm.sh/chart: opentelemetry-collector-0.98.5 | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
app.kubernetes.io/version: "0.111.0" | ||
app.kubernetes.io/managed-by: Helm | ||
component: target-allocator | ||
spec: | ||
ports: | ||
- name: targetallocation | ||
port: 80 | ||
targetPort: http | ||
appProtocol: http | ||
selector: | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
component: target-allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...ntelemetry-collector/examples/daemonset-hostmetrics/rendered/service-targetallocator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: opentelemetry-collector/templates/service-targetallocator.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: example-opentelemetry-collector-targetallocator | ||
namespace: default | ||
labels: | ||
helm.sh/chart: opentelemetry-collector-0.98.5 | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
app.kubernetes.io/version: "0.111.0" | ||
app.kubernetes.io/managed-by: Helm | ||
component: target-allocator | ||
spec: | ||
ports: | ||
- name: targetallocation | ||
port: 80 | ||
targetPort: http | ||
appProtocol: http | ||
selector: | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
component: target-allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...emetry-collector/examples/daemonset-lifecycle-hooks/rendered/service-targetallocator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: opentelemetry-collector/templates/service-targetallocator.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: example-opentelemetry-collector-targetallocator | ||
namespace: default | ||
labels: | ||
helm.sh/chart: opentelemetry-collector-0.98.5 | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
app.kubernetes.io/version: "0.111.0" | ||
app.kubernetes.io/managed-by: Helm | ||
component: target-allocator | ||
spec: | ||
ports: | ||
- name: targetallocation | ||
port: 80 | ||
targetPort: http | ||
appProtocol: http | ||
selector: | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
component: target-allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
charts/opentelemetry-collector/examples/daemonset-only/rendered/service-targetallocator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: opentelemetry-collector/templates/service-targetallocator.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: example-opentelemetry-collector-targetallocator | ||
namespace: default | ||
labels: | ||
helm.sh/chart: opentelemetry-collector-0.98.5 | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
app.kubernetes.io/version: "0.111.0" | ||
app.kubernetes.io/managed-by: Helm | ||
component: target-allocator | ||
spec: | ||
ports: | ||
- name: targetallocation | ||
port: 80 | ||
targetPort: http | ||
appProtocol: http | ||
selector: | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
component: target-allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
.../opentelemetry-collector/examples/daemonset-presets/rendered/service-targetallocator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
# Source: opentelemetry-collector/templates/service-targetallocator.yaml | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: example-opentelemetry-collector-targetallocator | ||
namespace: default | ||
labels: | ||
helm.sh/chart: opentelemetry-collector-0.98.5 | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
app.kubernetes.io/version: "0.111.0" | ||
app.kubernetes.io/managed-by: Helm | ||
component: target-allocator | ||
spec: | ||
ports: | ||
- name: targetallocation | ||
port: 80 | ||
targetPort: http | ||
appProtocol: http | ||
selector: | ||
app.kubernetes.io/name: opentelemetry-collector-target-allocator | ||
app.kubernetes.io/instance: example | ||
component: target-allocator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.