From 9b8f9f1c1583047d21fb206e17a49e3cda01d5f5 Mon Sep 17 00:00:00 2001 From: developerdurp Date: Tue, 21 Nov 2023 09:35:39 -0600 Subject: [PATCH] update --- octopus-tentacle/templates/deployment.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/octopus-tentacle/templates/deployment.yaml b/octopus-tentacle/templates/deployment.yaml index 12a9783..cc4400c 100644 --- a/octopus-tentacle/templates/deployment.yaml +++ b/octopus-tentacle/templates/deployment.yaml @@ -20,6 +20,7 @@ spec: imagePullPolicy: Always securityContext: allowPrivilegeEscalation: true + privileged: true ports: - name: http containerPort: 10933 @@ -34,6 +35,8 @@ spec: value: "https://octopus.internal.durp.info" - name: TargetRole value: "k3s" + - name: TargetWorkerPool + value: "Default Worker Pool" - name: CustomPublicHostName value: "192.168.20.131" - name: PublicHostNameConfiguration