Go back to a single ingress node to simplify Traefik TLS
The open source version of Traefik doesn't natively support HA. Running multiple instances means that the TLS certificates will have to be managed outside of Traefik and distributed to running jobs via Vault and Nomad. This is doable, but I've decided to reduce the scope for now to simplify things and go to a single Ingress node so that Traefik cert management can be used.
This commit is contained in:
parent
c58056d594
commit
5126f5f4d4
@ -14,7 +14,6 @@ all:
|
||||
mode: "0755"
|
||||
read_only: false
|
||||
n2.thefij:
|
||||
nomad_node_class: ingress
|
||||
nomad_node_role: both
|
||||
nomad_unique_host_volumes:
|
||||
- name: nextcloud-data
|
||||
|
Loading…
Reference in New Issue
Block a user