first commit

This commit is contained in:
William Valentin
2025-08-15 23:45:13 -07:00
commit c167c8623c
29 changed files with 1971 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: audio-streamer-config
data:
S3_BUCKET: "zik"
AWS_REGION: "us-east-1"
# If using MinIO or a custom S3 endpoint, set S3_ENDPOINT, otherwise leave blank
S3_ENDPOINT: "http://minio.minio.svc.cluster.local:9000"
# S3_ENDPOINT: "https://api-data.squareserver.net"
# For MinIO, set to "true"; for AWS S3, leave empty or "false"
S3_FORCE_PATH_STYLE: "true"
# Optional object key prefix inside the bucket (e.g., 'current')
S3_PREFIX: "current"
PORT: "3000"