33 lines
599 B
YAML
33 lines
599 B
YAML
---
|
|
# Kubernetes management node settings
|
|
|
|
# GitLab Agent: additional projects allowed to use the agent via CI/CD
|
|
gitlab_agent_ci_access_projects:
|
|
- it-dept/billing-mobile
|
|
dashboard_insecure: true
|
|
|
|
k8s_manager_timezone: "Europe/Moscow"
|
|
|
|
# kubectl version (empty = latest stable)
|
|
kubectl_version: ""
|
|
|
|
# Helm version (empty = latest stable)
|
|
helm_version: ""
|
|
|
|
# k9s version (empty = latest stable)
|
|
k9s_version: ""
|
|
|
|
# Additional tools to install
|
|
k8s_manager_extra_packages:
|
|
- bash-completion
|
|
- curl
|
|
- wget
|
|
- git
|
|
- vim
|
|
- htop
|
|
- net-tools
|
|
- bind-utils
|
|
- jq
|
|
- python3
|
|
- python3-pip
|