diff --git a/submariner/templates/engine-deploy.yaml b/submariner/templates/engine-deploy.yaml index eb837f2..17352a4 100644 --- a/submariner/templates/engine-deploy.yaml +++ b/submariner/templates/engine-deploy.yaml @@ -130,5 +130,5 @@ spec: restartPolicy: Always schedulerName: default-scheduler securityContext: {} - terminationGracePeriodSeconds: 10 + terminationGracePeriodSeconds: 1 serviceAccountName: {{ template "submariner.engineServiceAccountName" . }} diff --git a/submariner/templates/globalnet.yaml b/submariner/templates/globalnet.yaml index 20df3e0..7a52eac 100644 --- a/submariner/templates/globalnet.yaml +++ b/submariner/templates/globalnet.yaml @@ -25,7 +25,7 @@ spec: hostNetwork: true serviceAccountName: submariner-globalnet serviceAccount: submariner-globalnet - terminationGracePeriodSeconds: 10 + terminationGracePeriodSeconds: 2 nodeSelector: submariner.io/gateway: 'true' containers: diff --git a/submariner/templates/route-agent-ds.yaml b/submariner/templates/route-agent-ds.yaml index 094ccdc..2f6f919 100644 --- a/submariner/templates/route-agent-ds.yaml +++ b/submariner/templates/route-agent-ds.yaml @@ -26,7 +26,7 @@ spec: component: routeagent spec: serviceAccountName: {{ template "submariner.routeAgentServiceAccountName" . }} - terminationGracePeriodSeconds: 10 + terminationGracePeriodSeconds: 1 hostNetwork: true containers: - name: routeagent