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
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
- CreateNamespace=true
|
||||
source:
|
||||
repoURL: https://github.com/zoriya/Kyoo
|
||||
path: chart
|
||||
@@ -30,6 +30,11 @@ spec:
|
||||
postgres:
|
||||
shared:
|
||||
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:
|
||||
enabled: true
|
||||
kyoo:
|
||||
@@ -63,7 +68,7 @@ spec:
|
||||
name: kyoo-v5-medias
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteOnce
|
||||
capacity:
|
||||
storage: 200Ti
|
||||
csi:
|
||||
@@ -81,7 +86,7 @@ spec:
|
||||
storageClassName: ""
|
||||
volumeName: kyoo-v5-medias
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 200Ti
|
||||
|
||||
@@ -38,6 +38,8 @@ spec:
|
||||
# paging:
|
||||
otlp:
|
||||
protocols:
|
||||
grpc:
|
||||
endpoint: 0.0.0.0:4317
|
||||
http:
|
||||
endpoint: 0.0.0.0:4318
|
||||
auth:
|
||||
|
||||
Reference in New Issue
Block a user