petter2025's picture
Upload folder using huggingface_hub
000e62a verified
Raw
History Blame
332 Bytes
apiVersion: v1
kind: Secret
metadata:
name: arf-api-secrets
namespace: arf-system
type: Opaque
stringData:
# Replace these placeholder values with the actual secrets.
DATABASE_URL: "postgresql://user:password@host:5432/arf"
ARF_INTERNAL_API_KEY: "change-me-to-a-strong-random-key"
ARF_API_KEYS: '{}'
ARF_REDIS_URL: ""