mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-21 06:41:20 +00:00
connect agent to local Kerberos Hub
This commit is contained in:
@@ -52,11 +52,11 @@ spec:
|
||||
- name: AGENT_CAPTURE_CONTINUOUS
|
||||
value: "true"
|
||||
- name: AGENT_HUB_URI
|
||||
value: https://api.cloud.kerberos.io # or your own hub installation
|
||||
value: http://localhost:32081 # or your own hub installation
|
||||
- name: AGENT_HUB_KEY
|
||||
value: xxx
|
||||
value: AKIAxxxxxxG5Q
|
||||
- name: AGENT_HUB_PRIVATE_KEY
|
||||
value: xxx
|
||||
value: K6rRLBI1xxxCk3C1H
|
||||
# find full list of environment variables here: https://github.com/kerberos-io/agent#override-with-environment-variables
|
||||
#---
|
||||
#apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user