From 4adc7323e36ccd91175b86c46f7795e3fedf94d5 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 23 Apr 2025 05:04:34 -0500 Subject: [PATCH] update --- infra/octopus-agent/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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