mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:44:33 +00:00
31 lines
973 B
INI
31 lines
973 B
INI
; Knoe Master Configuration File (test fixture)
|
|
|
|
[Inputs]
|
|
init_cluster.cluster_env = k3d-knoe-dev-cluster
|
|
init_cluster.deployment_target = knoe-dev-cluster
|
|
init_cluster.k3s_server_url = https://example.knoe.org:6443
|
|
init_cluster.k3s_token = TEST_K3S_TOKEN
|
|
init_cluster.kerberos_enabled = false
|
|
init_cluster.start_cluster = true
|
|
init_cluster.supabase_enabled = false
|
|
init_db_build.run_build = false
|
|
init_scripts.run_scripts = false
|
|
network_scan.run = false
|
|
env_setup.NAMESPACE = knoe-test
|
|
env_setup.KNOE_CONF = /tmp/knoe/conf
|
|
env_setup.PROLE_DATA = /tmp/knoe/data
|
|
env_setup.KNOE_HOME = /tmp/knoe
|
|
env_setup.PROLE_LOGS = /tmp/knoe/logs
|
|
env_setup.KNOE_SERVICE = /tmp/knoe/etc
|
|
|
|
[Global]
|
|
CLUSTER_ENV = k3d-knoe-dev-cluster
|
|
DEPLOYMENT_MODE = k3d
|
|
DEPLOYMENT_TARGET = knoe-dev-cluster
|
|
NAMESPACE = knoe-test
|
|
SERVICE_NAMESPACE = default
|
|
KNOE_HOME = /tmp/knoe
|
|
PROLE_K3S_SERVER = https://example.knoe.org:6443
|
|
PROLE_K3S_TOKEN = TEST_K3S_TOKEN
|
|
PROLE_OPENTOFU_URL = http://127.0.0.1:8080
|