mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-31 20:58:03 +00:00
wip temporary deploy the metadata agetn
This commit is contained in:
@@ -262,12 +262,22 @@ agents:
|
|||||||
LIVEKIT_API_KEY: {{ $key }}
|
LIVEKIT_API_KEY: {{ $key }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
AWS_S3_ENDPOINT_URL: minio.meet.svc.cluster.local:9000
|
||||||
|
AWS_S3_ACCESS_KEY_ID: meet
|
||||||
|
AWS_S3_SECRET_ACCESS_KEY: password
|
||||||
|
AWS_S3_SECURE_ACCESS: False
|
||||||
|
AWS_STORAGE_BUCKET_NAME: meet-media-storage
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: localhost:5001/meet-agents
|
repository: localhost:5001/meet-agents
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
tag: "latest"
|
tag: "latest"
|
||||||
|
|
||||||
|
command:
|
||||||
|
- "python"
|
||||||
|
- "metadata_extractor.py"
|
||||||
|
- "start"
|
||||||
|
|
||||||
# Extra volume mounts to manage our local custom CA and avoid to disable ssl
|
# Extra volume mounts to manage our local custom CA and avoid to disable ssl
|
||||||
extraVolumeMounts:
|
extraVolumeMounts:
|
||||||
- name: certs
|
- name: certs
|
||||||
|
|||||||
Reference in New Issue
Block a user