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: ""