Skip to content

Commit

Permalink
Merge pull request #74 from glaciation-heu/feature/replica-service
Browse files Browse the repository at this point in the history
[nats] stabilizing argo health checks
  • Loading branch information
ktatarnikovhiro authored Nov 25, 2024
2 parents 793a2bc + 51c721c commit c14320e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions base/apps/dkg-engine/nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
cluster:
enabled: true
replicas: 3
noAdvertise: false
noAdvertise: true

# Explicitly set routes for clustering.
# When JetStream is enabled, the serverName must be unique in the cluster.
Expand All @@ -141,11 +141,18 @@ spec:
# timeout: 0.5
websocket:
enabled: true
port: 443
port: 8080
noTLS: true

sameOrigin: false
allowedOrigins: []
ingress:
className: nginx
path: /
pathType: Prefix
hosts:
- nats-websocket.integration


# This will optionally specify what host:port for websocket
# connections to be advertised in the cluster.
Expand Down

0 comments on commit c14320e

Please sign in to comment.