mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Setting up traefik as loadbalancer and proxy
This commit is contained in:
parent
ee38146367
commit
4c53c7e5e2
6 changed files with 166 additions and 3 deletions
|
|
@ -9,7 +9,12 @@ k8s_ca_certificate_group: "root"
|
|||
k8s_config_cluster_name: banditlair.com
|
||||
k8s_encryption_config_directory: "{{k8s_config_directory}}"
|
||||
k8s_interface: "{{peervpn_conf_interface}}"
|
||||
k8s_conf_dir: /var/lib/kubernetes
|
||||
|
||||
etcd_version: "3.2.18"
|
||||
etcd_bin_dir: "/usr/local/bin"
|
||||
etcd_client_port: "2379"
|
||||
|
||||
harden_linux_root_password: "{{k8s_scaleway_root_password}}"
|
||||
harden_linux_deploy_user: deploy
|
||||
harden_linux_deploy_user_password: "{{k8s_scaleway_deploy_user_password}}"
|
||||
|
|
@ -36,7 +41,6 @@ harden_linux_sshguard_whitelist:
|
|||
- "10.3.0.0/24"
|
||||
- "10.200.0.0/16"
|
||||
|
||||
|
||||
peervpn_conf_networkname: "peervpn"
|
||||
peervpn_conf_psk: "{{k8s_peervpn_pre_shared_key}}"
|
||||
peervpn_conf_initpeers: "master1.banditlair.com 7000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue