Skip to content

Commit

Permalink
chore(bors): merge pull request #478
Browse files Browse the repository at this point in the history
478: Cherry-pick PR #421 r=datacore-vvarakantham a=datacore-vvarakantham

Set 'useFQDN' to 'false' in Nats config in values.yaml. Now NATS uses short names to refer to other pods within the same namespace - No domain suffix.

<!

Co-authored-by: Vandana Varakantham <vandana.varakantham@datacore.com>
  • Loading branch information
mayastor-bors and datacore-vvarakantham committed Apr 11, 2024
2 parents af9ec16 + 58d76b6 commit 842e91e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,8 @@ nats:
cluster:
enabled: true
replicas: 3
# Define if NATS is using FQDN name for clustering (i.e. nats-0.nats.default.svc.cluster.local) or short name (i.e. nats-0.nats.default).
useFQDN: false
statefulSetPodLabels:
app: nats
openebs.io/logging: "true"
Expand Down

0 comments on commit 842e91e

Please sign in to comment.