Skip to content

Commit

Permalink
Add terminationGracePeriodSeconds attr to port-ocean chart (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianianr authored Oct 28, 2024
1 parent 63643f5 commit a1e4367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/port-ocean/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-ocean
description: A Helm chart for Port Ocean integrations
type: application
version: 0.5.2
version: 0.5.3
appVersion: "0.1.0"
home: https://getport.io/
sources:
Expand Down
1 change: 1 addition & 0 deletions charts/port-ocean/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
{{- with .Values.podServiceAccount.name }}
serviceAccountName: {{ . }}
{{- end }}
terminationGracePeriodSeconds: {{ default 30 .Values.terminationGracePeriodSeconds }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
Expand Down
1 change: 1 addition & 0 deletions charts/port-ocean/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ scheduledResyncInterval: null
# scheduledResyncInterval: 60 # minutes - Used for Deployment workload.kind
# scheduledResyncInterval: "*/60 * * * *" # cron expression - Used for CronJob workload.kind

terminationGracePeriodSeconds: 30

clientTimeout: null

Expand Down

0 comments on commit a1e4367

Please sign in to comment.