Skip to content

Commit

Permalink
fix: invalid DNS name in keeper liveness check
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 committed Jul 21, 2024
1 parent 7b285ae commit 5bbb592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/keeper-sts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: keeper-sts
description: A Helm chart for setting up ClickHouse Keeper using StatefulSet
type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.16.0"
4 changes: 2 additions & 2 deletions helm/keeper-sts/templates/chk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ data:
env.sh: |
#!/usr/bin/env bash
export DOMAIN=`hostname -d`
export CLIENT_HOST=clickhouse-keeper
export CLIENT_HOST=`hostname`
export CLIENT_PORT=2181
export RAFT_PORT=9444
keeperFunctions.sh: |
Expand Down Expand Up @@ -411,4 +411,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 25Gi
storage: 25Gi

0 comments on commit 5bbb592

Please sign in to comment.