mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Deploy ingress, lego and dashboard
This commit is contained in:
parent
bf83e675f2
commit
f468fd3e34
43 changed files with 1321 additions and 142 deletions
10
roles/ingress/defaults/main.yml
Normal file
10
roles/ingress/defaults/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
replicas_default_backend: 1
|
||||
image_default_backend: gcr.io/google_containers/defaultbackend
|
||||
version_default_backend: 1.4
|
||||
nginx_ingress_controller_image: gcr.io/google_containers/nginx-ingress-controller
|
||||
nginx_ingress_controller_version: 0.9.0-beta.15
|
||||
|
||||
scaleway_servername1: proxy1
|
||||
scaleway_servername2: proxy2
|
||||
scaleway_ipaddr: "" # set this in the inventory file
|
||||
scaleway_reverse_ipaddr: "" # set this in the inventory file
|
||||
Loading…
Add table
Add a link
Reference in a new issue