- Add health-agent README with architecture, config, and deployment docs - Add deploy-monitoring-test.yml workflow (mirrors prod, test-runner, test storagebox paths) - Add health-agent service to docker-stack-monitoring.yml - Add .env.example with all runtime variables and .gitignore for generated files - Add config/generated/.gitkeep to track empty generated directory - Translate all Turkish group names and status page titles in monitors.yml to English - Remove users.yml.example (Dozzle was removed in previous commit)
20 lines
405 B
Plaintext
20 lines
405 B
Plaintext
ENV=prod
|
|
CLUSTER_SIZE_ETCD=3
|
|
CLUSTER_SIZE_PATRONI=3
|
|
CLUSTER_SIZE_MONGODB=3
|
|
CLUSTER_SIZE_RABBITMQ=3
|
|
CLUSTER_SIZE_VAULT=3
|
|
REDIS_MODE=sentinel
|
|
EXTERNAL_DOMAIN=iklim.co
|
|
EXTERNAL_SUBDOMAIN_SUFFIX=
|
|
UK_PUSH_URL_BASE=https://status.iklim.co/api/push
|
|
SLACK_WEBHOOK_IKLIM_PROD_OPS=
|
|
RABBITMQ_USER=
|
|
RABBITMQ_PASS=
|
|
MONGO_URI=
|
|
REDIS_PASSWORD=
|
|
REDIS_MASTER_NAME=
|
|
REDIS_SENTINEL_HOSTS=
|
|
STORAGEBOX_PATH=
|
|
APISIX_ADMIN_KEY=
|