Skip to content

Commit

Permalink
feat: Cloudflared routes for kube nodes ssh (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
lholota authored Nov 7, 2023
1 parent 6cc8432 commit a9d19fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion environments/lab.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ argocd_redirect_urls = [
cloudflare_ssh_hosts = [
{ hostname = "pve1-lab" },
{ hostname = "pve2-lab" },
{ hostname = "pve3-lab" }
{ hostname = "pve3-lab" },
{ hostname = "kube1-lab" },
{ hostname = "kube2-lab" },
{ hostname = "kube3-lab" },
{ hostname = "lab" }
]

cloudflare_apps_subdomain_suffix = "-lab"
Expand Down
5 changes: 4 additions & 1 deletion environments/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ argocd_redirect_urls = [
cloudflare_ssh_hosts = [
{ hostname = "pve1" },
{ hostname = "pve2" },
{ hostname = "pve3" }
{ hostname = "pve3" },
{ hostname = "kube1" },
{ hostname = "kube2" },
{ hostname = "kube3" }
]

cloudflare_apps_subdomain_suffix = ""
Expand Down

0 comments on commit a9d19fd

Please sign in to comment.