mirror of
https://github.com/hoshikawa2/agent_platform_oci.git
synced 2026-09-07 18:23:46 +00:00
New features: Route Stickness, Handoff, Clarification, Read-Only/Transactional, Long Term Memory
This commit is contained in:
17
deploy/oke/k8s/base/02-secret-template.yaml
Normal file
17
deploy/oke/k8s/base/02-secret-template.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: agent-platform-secrets
|
||||
namespace: agent-platform
|
||||
type: Opaque
|
||||
stringData:
|
||||
OCI_GENAI_BASE_URL: ""
|
||||
OCI_GENAI_API_KEY: ""
|
||||
OCI_GENAI_MODEL: ""
|
||||
OCI_GENAI_PROJECT_OCID: ""
|
||||
OCI_COMPARTMENT_ID: ""
|
||||
OCI_REGION: ""
|
||||
LANGFUSE_PUBLIC_KEY: ""
|
||||
LANGFUSE_SECRET_KEY: ""
|
||||
LANGFUSE_HOST: ""
|
||||
MCP_GATEWAY_TOKEN: ""
|
||||
Reference in New Issue
Block a user