From 8a439b1c25f22fb44e1fcfc0bcfdb71b2e509ef9 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 06:09:10 -0600 Subject: [PATCH] update --- octopus-tentacle/templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/octopus-tentacle/templates/deployment.yaml b/octopus-tentacle/templates/deployment.yaml index 05d0c25..12a9783 100644 --- a/octopus-tentacle/templates/deployment.yaml +++ b/octopus-tentacle/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: - name: ListeningPort value: "10933" - name: TargetEnvironment - value: "Development" + value: "Development,Production" - name: ServerUrl value: "https://octopus.internal.durp.info" - name: TargetRole @@ -38,6 +38,8 @@ spec: value: "192.168.20.131" - name: PublicHostNameConfiguration value: "Custom" + - name: TargetName + value: "k3s" - name: ServerApiKey valueFrom: secretKeyRef: