mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
16 lines
457 B
YAML
16 lines
457 B
YAML
|
|
---
|
||
|
|
# 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
|