refactor: rename remaining mikrotik references to tod across CI, helm, frontend, and observability
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -90,7 +90,7 @@ postgres:
|
||||
port: 5432
|
||||
|
||||
auth:
|
||||
database: mikrotik
|
||||
database: tod
|
||||
username: postgres
|
||||
# password is sourced from secrets.dbPassword
|
||||
appUsername: app_user
|
||||
@@ -105,7 +105,7 @@ postgres:
|
||||
memory: 2Gi
|
||||
|
||||
# External PostgreSQL URL (used when postgres.enabled=false)
|
||||
# externalUrl: "postgresql+asyncpg://user:pass@host:5432/mikrotik"
|
||||
# externalUrl: "postgresql+asyncpg://user:pass@host:5432/tod"
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
# Redis
|
||||
@@ -186,7 +186,7 @@ ingress:
|
||||
# annotations:
|
||||
# cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
|
||||
# host: mikrotik.example.com — set this in your deployment
|
||||
# host: tod.example.com — set this in your deployment
|
||||
host: ""
|
||||
|
||||
tls:
|
||||
|
||||
@@ -3,14 +3,14 @@ global:
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'mikrotik-api'
|
||||
- job_name: 'tod-api'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['api:8000']
|
||||
labels:
|
||||
service: 'api'
|
||||
|
||||
- job_name: 'mikrotik-poller'
|
||||
- job_name: 'tod-poller'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['poller:9091']
|
||||
|
||||
Reference in New Issue
Block a user