Skip to content

Commit f423970

Browse files
authored
Merge pull request #178 from smarunich/gateway-deletion
ENABLE_GATEWAY_DELETE_HOLD
2 parents 42298fa + 9565b65 commit f423970

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

modules/tsb/cp/manifests/tsb/controlplane-values.yaml.tmpl

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ spec:
3636
configProtection: {}
3737
enableHttpMeshInternalIdentityPropagation: false
3838
kubeSpec:
39+
deployment:
40+
env:
41+
- name: ENABLE_GATEWAY_DELETE_HOLD
42+
value: "true"
43+
- name: GATEWAY_DELETE_HOLD_SECONDS
44+
value: "20"
3945
overlays:
4046
- apiVersion: install.xcp.tetrate.io/v1alpha1
4147
kind: EdgeXcp
@@ -49,14 +55,6 @@ spec:
4955
value:
5056
name: DISABLE_TIER1_TIER2_SEPARATION
5157
value: "true"
52-
- path: spec.components.edgeServer.kubeSpec.deployment.env[-1]
53-
value:
54-
name: ENABLE_GATEWAY_DELETE_HOLD
55-
value: "true"
56-
- path: spec.components.edgeServer.kubeSpec.deployment.env[-1]
57-
value:
58-
name: GATEWAY_DELETE_HOLD_SECONDS
59-
value: "30s"
6058
gitops:
6159
enabled: true
6260
reconcileInterval: 600s

0 commit comments

Comments
 (0)