diff --git a/infra/octopus-agent/values.yaml b/infra/octopus-agent/values.yaml index 3f886de..1b29937 100644 --- a/infra/octopus-agent/values.yaml +++ b/infra/octopus-agent/values.yaml @@ -2,7 +2,7 @@ kubernetes-agent: agent: acceptEula: "Y" bearerTokenSecretName: agent-token - serverUrl: https://octopus.durp.info/" + serverUrl: http://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local/" serverCommsAddresses: - https://octopusdeploy-octopus-deploy.octopusdeploy.svc.cluster.local:10943/ space: Default @@ -14,4 +14,4 @@ kubernetes-agent: - development - production tags: - - infra-cluster + - infra-cluster \ No newline at end of file