Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,15 @@ endif::env-gcp[]
nomad:
server:
internal: false
serverHostname: <your nomad server domain or load-balancer>
serverHostname: <the domain or ip of your nomad server loadbalancer>

clients:
mTLS:
CACertificate: <base64 encoded CA Certificate from your terraform output>
certificate: <base64 encoded Certificate from your terraform output>
privateKey: <base64 encoded Client Private Key from your terraform output>
----
.. 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`.
.. Once the above is complete, you can skip ahead to <<nomad-autoscaler>>.


Expand Down