Skip to content

Commit

Permalink
fixc
Browse files Browse the repository at this point in the history
  • Loading branch information
Даниил Пиловец committed Jan 26, 2024
1 parent 300f9f9 commit d014d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions charts/redis-high-availability/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ data:
tcp-check send PING\r\n
tcp-check expect string +PONG
server-template redis {{ .Values.configmap.backend.redisServerCount }} {{ include "haproxy.redisBackendAddress" . }} check inter 1s resolvers k8s init-addr none
4 changes: 1 addition & 3 deletions charts/redis-high-availability/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
namespace: redis

replicaCount: 2

image:
Expand Down Expand Up @@ -70,7 +68,7 @@ redis:
repository: bitnami/redis
tag: 6.2.5-debian-10-r63

clusterDomain: "k8s.hetzner.dev.oxtech.org"
clusterDomain: "cluster.local"

## @param architecture Redis(TM) architecture. Allowed values: `standalone` or `replication`
##
Expand Down

0 comments on commit d014d68

Please sign in to comment.