mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
10 lines
245 B
YAML
10 lines
245 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: smarketing-secret
|
|
namespace: smarketing
|
|
type: Opaque
|
|
stringData:
|
|
SECRET_KEY: "your-secret-key-change-in-production"
|
|
CLAUDE_API_KEY: "your-claude-api-key"
|
|
OPENAI_API_KEY: "your-openai-api-key" |