You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/server-admin-4.9/modules/ROOT/partials/installation/phase-3.adoc
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,8 +324,14 @@ endif::env-gcp[]
324
324
nomad:
325
325
server:
326
326
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>
328
333
----
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.
329
335
.. Once the above is complete, you can skip ahead to <<nomad-autoscaler>>.
0 commit comments