From 143ba0ac99a96542e03143a3e36bf2066c00afc5 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 05:59:44 -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 515b28c..55274f9 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: PublicHostNameConfiguration + - name: CustomPublicHostName value: "octopus-tentacle.internal.durp.info" + - name: PublicHostNameConfiguration + value: "Custom" - name: ServerApiKey valueFrom: secretKeyRef: