Skip to content

Commit

Permalink
increase startup probe
Browse files Browse the repository at this point in the history
  • Loading branch information
slamdev committed Nov 30, 2021
1 parent 77be8d5 commit 80f5a90
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hive-metastore/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: hive-metastore
description: |-
Helm chart to deploy [hive-metastore](https://hive.apache.org/).
type: application
version: 0.0.3
version: 0.0.4
appVersion: 2.3.9-2.10.1
home: https://github.com/slamdev/helm-charts/tree/master/charts/hive-metastore
icon: https://hive.apache.org/images/hive_logo_medium.jpg
Expand Down
2 changes: 1 addition & 1 deletion charts/hive-metastore/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hive-metastore

![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.9-2.10.1](https://img.shields.io/badge/AppVersion-2.3.9--2.10.1-informational?style=flat-square)
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.9-2.10.1](https://img.shields.io/badge/AppVersion-2.3.9--2.10.1-informational?style=flat-square)

Helm chart to deploy [hive-metastore](https://hive.apache.org/).

Expand Down
1 change: 1 addition & 0 deletions charts/hive-metastore/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ spec:
tcpSocket:
port: thrift
startupProbe:
failureThreshold: 60
tcpSocket:
port: thrift
resources:
Expand Down
4 changes: 2 additions & 2 deletions charts/hive-metastore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ volumes: []

# env -- additional environment variables for the deployment
env: []
# - name: SAMPLE
# value: text
# - name: HADOOP_CLIENT_OPTS
# value: --add-opens java.base/java.net=ALL-UNNAMED -Dhive.root.logger=console

hiveSiteXml: |
<configuration>
Expand Down

0 comments on commit 80f5a90

Please sign in to comment.