Skip to content

Commit

Permalink
add terminationGracePeriod to treasuries nfts and nfts-solana
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Oct 12, 2023
1 parent 6e75bfc commit 8e2c300
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/hub-nfts-solana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.2
version: 0.5.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/hub-nfts-solana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
1 change: 1 addition & 0 deletions charts/hub-nfts-solana/templates/indexer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.indexer.terminationGracePeriodSeconds }}
{{- end }}
4 changes: 4 additions & 0 deletions charts/hub-nfts-solana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ indexer:
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"

terminationGracePeriodSeconds: 180
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
Expand Down Expand Up @@ -92,6 +94,8 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

terminationGracePeriodSeconds: 180

networkPolicies:
enabled: false
extraEgress: []
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-nfts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.0
version: 0.10.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/hub-nfts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
2 changes: 2 additions & 0 deletions charts/hub-nfts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

terminationGracePeriodSeconds: 180

networkPolicies:
enabled: false
extraEgress: []
Expand Down
2 changes: 1 addition & 1 deletion charts/hub-treasuries/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/hub-treasuries/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
terminationGracePeriodSeconds: {{ .Values.terminationGracePeriodSeconds }}
2 changes: 2 additions & 0 deletions charts/hub-treasuries/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

terminationGracePeriodSeconds: 180

networkPolicies:
enabled: false
extraEgress: []
Expand Down

0 comments on commit 8e2c300

Please sign in to comment.