apiVersion: 1 datasources: - name: Prometheus type: prometheus access: proxy url: http://prometheus:9090 isDefault: true - name: Loki type: loki access: proxy url: http://loki:3100 - name: PostgreSQL type: postgres access: proxy url: postgres:5432 database: iom user: iom secureJsonData: password: ${POSTGRES_PASSWORD} jsonData: sslmode: disable