From 78e9e48a5fb288aee34de5cd26768e92fe879b0a Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 06:06:15 -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 64ee75e..05d0c25 100644 --- a/octopus-tentacle/templates/deployment.yaml +++ b/octopus-tentacle/templates/deployment.yaml @@ -34,8 +34,10 @@ spec: value: "https://octopus.internal.durp.info" - name: TargetRole value: "k3s" + - name: CustomPublicHostName + value: "192.168.20.131" - name: PublicHostNameConfiguration - value: "PublicIp" + value: "Custom" - name: ServerApiKey valueFrom: secretKeyRef: