mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
global:
|
|
repo: https://gitlab.com/deepcypher/dc-kc.git
|
|
|
|
# chart specific override for our own meta cert-manager-app.yaml and children
|
|
certPKI:
|
|
branch: false # false means fallback to default -> global.branch = "master"
|
|
|
|
# chart specific override for our own meta cert-manager-app.yaml and children
|
|
metallb:
|
|
branch: false # false means fallback to default -> global.branch = "master"
|
|
|
|
namespace: metallb-system
|
|
enable: true
|
|
l2:
|
|
config:
|
|
name: metallb-l2-config
|
|
# whether to enable level 2 mode in metallb
|
|
enable: true
|
|
pool:
|
|
name: metallb-default-pool
|
|
# what addresses pr address ranges to use for the ARP requests
|
|
# this is a list so put in as many as desired
|
|
# please also eliminate the square brackets when you do as placeholding
|
|
addresses: []
|
|
# - 192.168.4.240-192.168.4.250
|
|
|
|
environment:
|
|
name: talos # not to be used for hard checks but to display to user
|
|
hardware: metal # to be used to enable on-prem specific features like ceph, cilium, etc
|
|
flavour: talos # what flavor of k8s is this talos,kubespray,eks,aks,gke,kubeadm
|
|
mode: production # to be used to configure backup movement and additional debugging features
|
|
revision: HEAD # to be used to pull from different git branches
|
|
baseDomain: deepcypher.me # to be used to override default chart domains to configure environments
|
|
location:
|
|
name: unknown # not to be used for hard checks purely informational
|
|
contact:
|
|
name: George Onoufriou
|
|
email: noreply@deepcypher.me
|