mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46: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
15
roles/kubernetes-dashboard/defaults/main.yml
Normal file
15
roles/kubernetes-dashboard/defaults/main.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
# set basic_auth_user as non-empty to enforce basic auth
|
||||
basic_auth_user: ""
|
||||
basic_auth_password: ""
|
||||
|
||||
# e.g. the fqdn would be k8s.yourdomain.tld if
|
||||
# dashboard_subdomain=k8s
|
||||
# scaleway_reverse_ipaddr=yourdomain.tld
|
||||
dashboard_subdomain: k8s
|
||||
|
||||
dashboard_image: gcr.io/google_containers/kubernetes-dashboard-amd64
|
||||
dashboard_version: v1.10.0
|
||||
|
||||
init_dashboard_image: gcr.io/google_containers/kubernetes-dashboard-init-amd64
|
||||
init_dashboard_version: v1.0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue