fix: phase out jaeger in favor of tempo and otel collecotor
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
apiVersion: jaegertracing.io/v1
|
||||
kind: Jaeger
|
||||
metadata:
|
||||
name: jaeger
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
strategy: allInOne
|
||||
ingress:
|
||||
enabled: false
|
||||
allInOne:
|
||||
image: jaegertracing/all-in-one:1.22
|
||||
options:
|
||||
query:
|
||||
base-path: /jaeger
|
||||
@@ -11,16 +11,3 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
namespace: {{ $fullname }}
|
||||
name: {{ $fullname }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: vcluster-jaegers
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: vcluster-jaegers
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
namespace: {{ $fullname }}
|
||||
name: {{ $fullname }}
|
||||
|
||||
@@ -69,8 +69,10 @@ spec:
|
||||
to: "rabbitmq/{{ .Values.environment }}-rabbitmq"
|
||||
- from: "{{ .Release.Namespace }}/staging-archmeister-rw"
|
||||
to: "atlantis/staging-archmeister-rw"
|
||||
- from: "{{ .Release.Namespace }}/jaeger-collector"
|
||||
to: "atlantis/jaeger-collector"
|
||||
- from: "idp/{{ .Values.environment }}-openfga"
|
||||
to: "idp/{{ .Values.environment }}-openfga"
|
||||
- from: "otel/opentelemetry-collector"
|
||||
to: "otel/opentelemetry-collector"
|
||||
- from: "idp/{{ .Values.environment }}-cerbos"
|
||||
to: "idp/{{ .Values.environment }}-cerbos"
|
||||
sync:
|
||||
@@ -94,9 +96,6 @@ spec:
|
||||
- apiGroups: [ "cilium.io" ]
|
||||
resources: [ "ciliumnetworkpolicies" ]
|
||||
verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||
# - apiGroups: [ "jaegertracing.io" ]
|
||||
# resources: [ "jaegers" ]
|
||||
# verbs: [ "get", "list", "watch", "create", "patch" ]
|
||||
config: |-
|
||||
version: v1beta1
|
||||
import:
|
||||
@@ -110,15 +109,11 @@ spec:
|
||||
# apiVersion: dapr.io/v1alpha1
|
||||
# - kind: Subscription
|
||||
# apiVersion: dapr.io/v1alpha1
|
||||
# - kind: Jaeger
|
||||
# apiVersion: jaegertracing.io/v1
|
||||
# - kind: CiliumNetworkPolicy
|
||||
# apiVersion: cilium.io/v2
|
||||
export:
|
||||
- kind: CiliumNetworkPolicy
|
||||
apiVersion: cilium.io/v2
|
||||
# - kind: Jaeger
|
||||
# apiVersion: jaegertracing.io/v1
|
||||
init:
|
||||
manifests: |-
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user