Skip to content

Commit

Permalink
Update redis constants (#575)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tamalsaha and kodiakhq[bot] committed Sep 2, 2020
1 parent 7075b38 commit 24c5e82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apis/kubedb/v1alpha1/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ const (
RedisNodePort = 6379
RedisGossipPort = 16379

RedisKeyFileSecretSuffix = "key"
RedisPEMSecretSuffix = "pem"
RedisClientCertOrganization = DatabaseNamePrefix + ":client"
RedisCertificateCN = "root"
RedisKeyFileSecretSuffix = "key"
RedisPEMSecretSuffix = "pem"
RedisRootUsername = "root"

PgBouncerUpstreamServerCA = "upstream-server-ca.crt"

Expand Down

0 comments on commit 24c5e82

Please sign in to comment.