{
  "deployment": "productie",
  "component": "test",
  "ready": true,
  "all_ok": false,
  "services": {
    "mail": {
      "id": "mail",
      "kind": "metadata",
      "bound": false,
      "ok": null,
      "services": [
        "send-email"
      ]
    },
    "metrics": {
      "id": "metrics",
      "kind": "metadata",
      "bound": false,
      "ok": null,
      "services": [
        "metrics-scraper"
      ]
    },
    "minio": {
      "id": "minio",
      "kind": "s3",
      "bound": false,
      "ok": null,
      "services": [
        "minio-storage"
      ]
    },
    "oidc": {
      "id": "oidc",
      "kind": "oidc",
      "bound": false,
      "ok": null,
      "services": [
        "keycloak"
      ]
    },
    "platform": {
      "id": "platform",
      "kind": "metadata",
      "bound": true,
      "ok": true,
      "detail": {
        "COMPONENT_NAME": "test",
        "DEPLOYMENT_NAME": "productie"
      },
      "services": [
        "platform"
      ]
    },
    "postgres": {
      "id": "postgres",
      "kind": "sql",
      "bound": true,
      "ok": false,
      "latency_ms": 5000,
      "error": "connect: failed to connect to `user=test_xwf_productie database=test_xwf_productie`:\n\thostname resolving error: lookup rig-db-rw.rig-system.svc.cluster.local on 10.248.0.10:53: dial udp 10.248.0.10:53: i/o timeout\n\tlookup rig-db-rw.rig-system.svc.cluster.local on 10.248.0.10:53: dial udp 10.248.0.10:53: i/o timeout",
      "detail": {
        "database": "test_xwf_productie",
        "host": "rig-db-rw.rig-system.svc.cluster.local"
      },
      "services": [
        "namespace-postgresql-database",
        "postgresql-database"
      ]
    },
    "redis": {
      "id": "redis",
      "kind": "redis",
      "bound": false,
      "ok": null,
      "services": [
        "namespace-redis",
        "redis"
      ]
    },
    "storage-data": {
      "id": "storage-data",
      "kind": "path",
      "bound": false,
      "ok": null,
      "services": [
        "persistent-storage"
      ]
    },
    "storage-temp": {
      "id": "storage-temp",
      "kind": "path",
      "bound": false,
      "ok": null,
      "services": [
        "temp-storage"
      ]
    },
    "vlam": {
      "id": "vlam",
      "kind": "vlam",
      "bound": false,
      "ok": null,
      "services": [
        "vlam"
      ]
    },
    "web": {
      "id": "web",
      "kind": "metadata",
      "bound": true,
      "ok": true,
      "detail": {
        "PUBLIC_HOST": "https://test-productie-test-xwf.fundament-poc.rijksapp.dev",
        "PUBLIC_HOSTNAME": "test-productie-test-xwf.fundament-poc.rijksapp.dev"
      },
      "services": [
        "publish-on-web"
      ]
    }
  }
}
