Skip to content

Commit d2960ab

Browse files
soulchipsatulsingh0rosieyohannan
authored
adding client block to values.yaml (#9797)
* adding client block to values.yaml * add private key for external nomad clients * Update docs/server-admin-4.8/modules/ROOT/partials/installation/phase-3.adoc Co-authored-by: Rosie Yohannan <[email protected]> --------- Co-authored-by: Atul S <[email protected]> Co-authored-by: Rosie Yohannan <[email protected]>
1 parent 96ec26b commit d2960ab

File tree

1 file changed

+8
-1
lines changed
  • docs/server-admin-4.8/modules/ROOT/partials/installation

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,15 @@ 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>
333+
privateKey: <base64 encoded Client Private Key from your terraform output>
328334
----
335+
.. If you externalize your Nomad servers then the following blocks should be removed from your `values.yaml`: `nomad.server.replicas`, `nomad.server.gossip` and `nomad.server.rpc`.
329336
.. Once the above is complete, you can skip ahead to <<nomad-autoscaler>>.
330337

331338

0 commit comments

Comments
 (0)