mirror of
https://github.com/zoriya/snow.git
synced 2025-12-05 23:06:23 +00:00
Enable otel for kyoo v5
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
|||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/zoriya/Kyoo
|
repoURL: https://github.com/zoriya/Kyoo
|
||||||
path: chart
|
path: chart
|
||||||
@@ -30,6 +30,11 @@ spec:
|
|||||||
postgres:
|
postgres:
|
||||||
shared:
|
shared:
|
||||||
host: kyoo-v5-postgres
|
host: kyoo-v5-postgres
|
||||||
|
extraEnv:
|
||||||
|
- name: OTEL_EXPORTER_OTLP_ENDPOINT
|
||||||
|
value: "http://otel-collector.otel.svc:4317"
|
||||||
|
- name: OTEL_EXPORTER_OTLP_PROTOCOL
|
||||||
|
value: "grpc"
|
||||||
postgres:
|
postgres:
|
||||||
enabled: true
|
enabled: true
|
||||||
kyoo:
|
kyoo:
|
||||||
@@ -63,7 +68,7 @@ spec:
|
|||||||
name: kyoo-v5-medias
|
name: kyoo-v5-medias
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
capacity:
|
capacity:
|
||||||
storage: 200Ti
|
storage: 200Ti
|
||||||
csi:
|
csi:
|
||||||
@@ -81,7 +86,7 @@ spec:
|
|||||||
storageClassName: ""
|
storageClassName: ""
|
||||||
volumeName: kyoo-v5-medias
|
volumeName: kyoo-v5-medias
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 200Ti
|
storage: 200Ti
|
||||||
|
|||||||
@@ -38,6 +38,8 @@ spec:
|
|||||||
# paging:
|
# paging:
|
||||||
otlp:
|
otlp:
|
||||||
protocols:
|
protocols:
|
||||||
|
grpc:
|
||||||
|
endpoint: 0.0.0.0:4317
|
||||||
http:
|
http:
|
||||||
endpoint: 0.0.0.0:4318
|
endpoint: 0.0.0.0:4318
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user