This commit is contained in:
2023-11-21 09:35:39 -06:00
parent 8a439b1c25
commit 9b8f9f1c15

View File

@@ -20,6 +20,7 @@ spec:
imagePullPolicy: Always imagePullPolicy: Always
securityContext: securityContext:
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
privileged: true
ports: ports:
- name: http - name: http
containerPort: 10933 containerPort: 10933
@@ -34,6 +35,8 @@ spec:
value: "https://octopus.internal.durp.info" value: "https://octopus.internal.durp.info"
- name: TargetRole - name: TargetRole
value: "k3s" value: "k3s"
- name: TargetWorkerPool
value: "Default Worker Pool"
- name: CustomPublicHostName - name: CustomPublicHostName
value: "192.168.20.131" value: "192.168.20.131"
- name: PublicHostNameConfiguration - name: PublicHostNameConfiguration