Files
homelab/infra/octopus-agent/values.yaml
2025-06-05 05:18:31 -05:00

17 lines
608 B
YAML

kubernetes-agent:
agent:
bearerTokenSecretName: agent-token
acceptEula: "Y"
serverUrl: "https://octopus.durp.info/"
serverCommsAddresses: "{https://octopusdeploy-octopus-deploy-0.octohpusdeploy.svc.cluster.local:10943/,https://octopusdeploy-octopus-deploy-1.octopusdeploy.svc.cluster.local:10943/,https://octopusdeploy-octopus-deploy-2.octopusdeploy.svc.cluster.local:10943/}"
space: "Default"
name: "infra"
deploymentTarget:
initial:
environments:
- "development"
- "production"
tags:
- "infra-cluster"
enabled: "true"