Skip to content

Commit 32f0fe7

Browse files
committed
adding client block to values.yaml
1 parent 829a597 commit 32f0fe7

File tree

1 file changed

+7
-1
lines changed
  • docs/server-admin-4.9/modules/ROOT/partials/installation

1 file changed

+7
-1
lines changed

docs/server-admin-4.9/modules/ROOT/partials/installation/phase-3.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,14 @@ endif::env-gcp[]
324324
nomad:
325325
server:
326326
internal: false
327-
serverHostname: <your nomad server domain or load-balancer>
327+
serverHostname: <the domain or ip of your nomad server loadbalancer>
328+
329+
clients:
330+
mTLS:
331+
CACertificate: <base64 encoded CA Certificate from your terraform output>
332+
certificate: <base64 encoded Certificate from your terraform output>
328333
----
334+
.. Note: If your externalizing your nomad servers then the folowing blocks; `nomad.server.replicas`, `nomad.server.gossip` and `nomad.server.rpc` should be removed from your values.yaml.
329335
.. Once the above is complete, you can skip ahead to <<nomad-autoscaler>>.
330336

331337

0 commit comments

Comments
 (0)