|
593 | 593 | "provider": "", |
594 | 594 | "type": "kubernetes:core/v1:Namespace" |
595 | 595 | }, |
| 596 | + { |
| 597 | + "custom": true, |
| 598 | + "id": "", |
| 599 | + "inputs": { |
| 600 | + "apiVersion": "v1", |
| 601 | + "data": { |
| 602 | + "4dabf18193072939515e22adb298388d": "1b47061264138c4ac30d75fd1eb44270", |
| 603 | + "value": { |
| 604 | + "postgresPassword": "" |
| 605 | + } |
| 606 | + }, |
| 607 | + "kind": "Secret", |
| 608 | + "metadata": { |
| 609 | + "name": "grafana-pg-secret", |
| 610 | + "namespace": "observability" |
| 611 | + }, |
| 612 | + "type": "Opaque" |
| 613 | + }, |
| 614 | + "name": "cn-app-observability-grafana-pg-secret", |
| 615 | + "provider": "", |
| 616 | + "type": "kubernetes:core/v1:Secret" |
| 617 | + }, |
596 | 618 | { |
597 | 619 | "custom": true, |
598 | 620 | "id": "", |
|
2405 | 2427 | "provider": "", |
2406 | 2428 | "type": "gcp:compute/routerNat:RouterNat" |
2407 | 2429 | }, |
| 2430 | + { |
| 2431 | + "custom": true, |
| 2432 | + "id": "", |
| 2433 | + "inputs": { |
| 2434 | + "length": 16, |
| 2435 | + "overrideSpecial": "_%@", |
| 2436 | + "special": true |
| 2437 | + }, |
| 2438 | + "name": "observability-grafana-pg-passwd", |
| 2439 | + "provider": "", |
| 2440 | + "type": "random:index/randomPassword:RandomPassword" |
| 2441 | + }, |
| 2442 | + { |
| 2443 | + "custom": false, |
| 2444 | + "id": "", |
| 2445 | + "inputs": {}, |
| 2446 | + "name": "observability-grafana-pg", |
| 2447 | + "provider": "", |
| 2448 | + "type": "canton:network:postgres" |
| 2449 | + }, |
| 2450 | + { |
| 2451 | + "custom": true, |
| 2452 | + "id": "", |
| 2453 | + "inputs": { |
| 2454 | + "chart": "oci://ghcr.io/digital-asset/decentralized-canton-sync-dev/helm/splice-postgres", |
| 2455 | + "compat": "true", |
| 2456 | + "maxHistory": 10, |
| 2457 | + "name": "grafana-pg", |
| 2458 | + "namespace": "observability", |
| 2459 | + "timeout": 600, |
| 2460 | + "values": { |
| 2461 | + "affinity": { |
| 2462 | + "nodeAffinity": { |
| 2463 | + "requiredDuringSchedulingIgnoredDuringExecution": { |
| 2464 | + "nodeSelectorTerms": [ |
| 2465 | + { |
| 2466 | + "matchExpressions": [ |
| 2467 | + { |
| 2468 | + "key": "cn_apps", |
| 2469 | + "operator": "Exists" |
| 2470 | + } |
| 2471 | + ] |
| 2472 | + } |
| 2473 | + ] |
| 2474 | + } |
| 2475 | + } |
| 2476 | + }, |
| 2477 | + "cluster": { |
| 2478 | + "dnsName": "mock.global.canton.network.digitalasset.com", |
| 2479 | + "fixedTokens": false, |
| 2480 | + "hostname": "mock.global.canton.network.digitalasset.com", |
| 2481 | + "name": "cn-mocknet" |
| 2482 | + }, |
| 2483 | + "db": { |
| 2484 | + "volumeSize": "20Gi" |
| 2485 | + }, |
| 2486 | + "imageRepo": "us-central1-docker.pkg.dev/da-cn-shared/ghcr/digital-asset/decentralized-canton-sync-dev/docker", |
| 2487 | + "persistence": { |
| 2488 | + "secretName": "grafana-pg-secret" |
| 2489 | + }, |
| 2490 | + "tolerations": [ |
| 2491 | + { |
| 2492 | + "effect": "NoSchedule", |
| 2493 | + "key": "cn_apps", |
| 2494 | + "operator": "Exists" |
| 2495 | + } |
| 2496 | + ] |
| 2497 | + }, |
| 2498 | + "version": "0.3.20" |
| 2499 | + }, |
| 2500 | + "name": "observability-grafana-pg", |
| 2501 | + "provider": "", |
| 2502 | + "type": "kubernetes:helm.sh/v3:Release" |
| 2503 | + }, |
2408 | 2504 | { |
2409 | 2505 | "custom": true, |
2410 | 2506 | "id": "", |
|
2513 | 2609 | "coreDns": { |
2514 | 2610 | "enabled": false |
2515 | 2611 | }, |
| 2612 | + "database": {}, |
2516 | 2613 | "defaultRules": { |
2517 | 2614 | "create": true |
2518 | 2615 | }, |
|
2609 | 2706 | "deploymentStrategy": { |
2610 | 2707 | "type": "Recreate" |
2611 | 2708 | }, |
| 2709 | + "envFromSecret": "grafana-pg-secret", |
2612 | 2710 | "fullnameOverride": "grafana", |
2613 | 2711 | "grafana.ini": { |
| 2712 | + "database": { |
| 2713 | + "host": "grafana-pg.observability.svc.cluster.local:5432", |
| 2714 | + "name": "cantonnet", |
| 2715 | + "password": "${postgresPassword}", |
| 2716 | + "type": "postgres", |
| 2717 | + "user": "cnadmin" |
| 2718 | + }, |
2614 | 2719 | "date_formats": { |
2615 | 2720 | "default_timezone": "UTC" |
2616 | 2721 | }, |
|
2982 | 3087 | "name": "observability" |
2983 | 3088 | } |
2984 | 3089 | }, |
2985 | | - "name": "observabilty", |
| 3090 | + "name": "observability", |
2986 | 3091 | "provider": "", |
2987 | 3092 | "type": "kubernetes:core/v1:Namespace" |
2988 | 3093 | }, |
|
0 commit comments