49 строки
1.1 KiB
YAML
49 строки
1.1 KiB
YAML
monitoring:
|
|
location: <Azure region, e.g., eastus>
|
|
resource_group: my-prom-server-rg
|
|
hostname_prefix: prom
|
|
ssh:
|
|
username: shipyard
|
|
ssh_public_key: /path/to/rsa/publickey.pub
|
|
ssh_public_key_data: ssh-rsa ...
|
|
ssh_private_key: /path/to/rsa/privatekey
|
|
generated_file_export_path: null
|
|
public_ip:
|
|
enabled: true
|
|
static: false
|
|
virtual_network:
|
|
name: myvnet
|
|
resource_group: my-vnet-resource-group
|
|
existing_ok: false
|
|
address_space: 10.0.0.0/16
|
|
subnet:
|
|
name: my-server-subnet
|
|
address_prefix: 10.0.0.0/24
|
|
network_security:
|
|
ssh:
|
|
- '*'
|
|
grafana:
|
|
- 1.2.3.0/24
|
|
- 2.3.4.5
|
|
prometheus:
|
|
- 2.3.4.5
|
|
custom_inbound_rules:
|
|
myrule:
|
|
destination_port_range: 5000-5001
|
|
protocol: '*'
|
|
source_address_prefix:
|
|
- 1.2.3.4
|
|
- 5.6.7.0/24
|
|
vm_size: STANDARD_D2_V2
|
|
accelerated_networking: false
|
|
services:
|
|
resource_polling_interval: 15
|
|
lets_encrypt:
|
|
enabled: true
|
|
use_staging_environment: true
|
|
prometheus:
|
|
port: 9090
|
|
scrape_interval: 10s
|
|
grafana:
|
|
additional_dashboards: {}
|