-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathit-agent-example-values.yaml
More file actions
34 lines (27 loc) · 1006 Bytes
/
it-agent-example-values.yaml
File metadata and controls
34 lines (27 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Example parameter values for IT Self-Service Agent template
# Use these as a reference when filling out the template form
name: "it-helpdesk-agent"
owner: "platform-team"
description: "AI-powered helpdesk agent for laptop refresh automation"
# Deployment
deploymentMode: "testing" # or "production"
openshiftCluster: "https://api.prod-cluster.example.com:6443"
namespace: "it-agent"
# AI Model Configuration
llamaEndpoint: "https://llama-api.example.com/v1/completions"
llamaApiKey: "your-api-key-here" # Use secret management in production!
enableLlamaGuard: true
enablePromptGuard: true
# Integrations
enableSlack: true
slackToken: "xoxb-your-slack-token"
enableServiceNow: true
serviceNowUrl: "https://yourinstance.service-now.com"
serviceNowUser: "api-user"
serviceNowPassword: "api-password" # Use secret management!
# Observability
enableTracing: true
tempoEndpoint: "https://tempo.observability.svc:4317"
# Repository
createGitRepo: true
repoUrl: "github.com/your-org/it-agent-helpdesk"