Skip to content

Commit

Permalink
Add terminationGracePeriodSeconds to the values
Browse files Browse the repository at this point in the history
  • Loading branch information
NEwa-05 authored Jan 23, 2023
1 parent 638c659 commit 4c0ebd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion traefikee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: traefikee
version: 1.6.1
version: 1.7.0
appVersion: v2.9.1
# Because of https://github.com/helm/helm/issues/3810 the pre-release version suffix has to be define.
# This allows the installation on Kubernetes cluster with a pre-release version (e.g. v1.19.9-gke.1900)
Expand Down
2 changes: 1 addition & 1 deletion traefikee/templates/proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
values:
- proxies
topologyKey: "kubernetes.io/hostname"
terminationGracePeriodSeconds: 30
terminationGracePeriodSeconds: {{ .Values.proxy.terminationGracePeriodSeconds | default 30 }}
automountServiceAccountToken: false
initContainers:
- name: wait-dns
Expand Down
1 change: 1 addition & 0 deletions traefikee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ proxy:
# podDisruptionBudget:
# minAvailable: 1
# maxUnavailable: 1
# terminationGracePeriodSeconds: 30

mesh:
enabled: false
Expand Down

0 comments on commit 4c0ebd0

Please sign in to comment.