mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 19:34:31 +00:00
31 lines
992 B
INI
31 lines
992 B
INI
; Prole Master Configuration File (test fixture)
|
|
|
|
[Inputs]
|
|
init_cluster.cluster_env = k3d-prole-dev-cluster
|
|
init_cluster.deployment_target = prole-dev-cluster
|
|
init_cluster.k3s_server_url = https://example.prole.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 = prole-test
|
|
env_setup.PROLE_CONF = /tmp/prole/conf
|
|
env_setup.PROLE_DATA = /tmp/prole/data
|
|
env_setup.PROLE_HOME = /tmp/prole
|
|
env_setup.PROLE_LOGS = /tmp/prole/logs
|
|
env_setup.PROLE_SERVICE = /tmp/prole/etc
|
|
|
|
[Global]
|
|
CLUSTER_ENV = k3d-prole-dev-cluster
|
|
DEPLOYMENT_MODE = k3d
|
|
DEPLOYMENT_TARGET = prole-dev-cluster
|
|
NAMESPACE = prole-test
|
|
SERVICE_NAMESPACE = default
|
|
PROLE_HOME = /tmp/prole
|
|
PROLE_K3S_SERVER = https://example.prole.org:6443
|
|
PROLE_K3S_TOKEN = TEST_K3S_TOKEN
|
|
PROLE_OPENTOFU_URL = http://127.0.0.1:8080
|