Skip to content

Commit

Permalink
Move chainsaw files to common location (#1868)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Elferink <ben.elferink@icloud.com>
  • Loading branch information
RonFed and BenElferink authored Nov 28, 2024
1 parent 8805253 commit 4b9057c
Show file tree
Hide file tree
Showing 42 changed files with 573 additions and 2,920 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: odigos.io/v1alpha1
kind: Destination
metadata:
name: odigos.io.dest.tempo-123123
namespace: odigos-system
namespace: odigos-test
spec:
data:
TEMPO_URL: e2e-tests-tempo.traces:4317
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: odigos-system
name: odigos-test
labels:
odigos.io/system-object: 'true'
---
Expand All @@ -10,7 +10,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-autoscaler
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -24,7 +24,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-scheduler
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -38,7 +38,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odigos-instrumentor
namespace: odigos-system
namespace: odigos-test
status:
containerStatuses:
- name: manager
Expand All @@ -52,7 +52,7 @@ kind: Pod
metadata:
labels:
app.kubernetes.io/name: odiglet
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: apps/v1
blockOwnerDeletion: true
Expand Down Expand Up @@ -85,7 +85,7 @@ apiVersion: v1
kind: Service
metadata:
name: ui
namespace: odigos-system
namespace: odigos-test
spec:
ports:
- name: ui
Expand All @@ -110,7 +110,7 @@ metadata:
odigos.io/config: '1'
odigos.io/system-object: 'true'
name: odigos-config
namespace: odigos-system
namespace: odigos-test
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: odigos.io/v1alpha1
kind: CollectorsGroup
metadata:
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
spec:
role: NODE_COLLECTOR
status:
Expand All @@ -12,7 +12,7 @@ apiVersion: odigos.io/v1alpha1
kind: CollectorsGroup
metadata:
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
spec:
role: CLUSTER_GATEWAY
status:
Expand All @@ -24,7 +24,7 @@ metadata:
labels:
odigos.io/collector-role: "CLUSTER_GATEWAY"
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand Down Expand Up @@ -79,7 +79,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: odigos-gateway
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand All @@ -92,7 +92,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand All @@ -107,7 +107,7 @@ metadata:
labels:
odigos.io/collector-role: "NODE_COLLECTOR"
name: odigos-data-collection
namespace: odigos-system
namespace: odigos-test
ownerReferences:
- apiVersion: odigos.io/v1alpha1
blockOwnerDeletion: true
Expand Down Expand Up @@ -178,5 +178,4 @@ spec:
name: kubeletpodresources
status:
numberAvailable: 1
numberReady: 1
---
numberReady: 1
Loading

0 comments on commit 4b9057c

Please sign in to comment.