Commit 8eb4eab5 authored by Christos Tranoris's avatar Christos Tranoris
Browse files

readme

parent 73e4dd0c
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -19,16 +19,16 @@ The Giter Controller acts as a "Producer" service that:
## Architecture

```
┌─────────────────┐     ┌──────────────────┐     ┌─────────────┐
│   TMF Catalog   │────▶│  Giter Service   │────▶│ Git Repo    │
│   (ActiveMQ)    │◀────│  (Producer)      │◀────│ (GitOps)    │
└─────────────────┘     └──────────────────┘     └─────────────┘
┌─────────────────┐     ┌──────────────────┐     ┌─────────────┐     ┌─ ─ ─ ─ ─ ─ ─┐
│   TMF Catalog   │────▶│  Giter Service   │────▶│ Git Repo    │────▶│ Consumer    │
│   (ActiveMQ)    │◀────│  (Producer)      │◀────│ (GitOps)    │────│ (external)    │
└─────────────────┘     └──────────────────┘     └─────────────┘     └ ─ ─ ─ ─ ─ ─ ┘


                        ┌──────────────┐
                        ┌──────────────
                        │ Status        │
                        │ Reconciliation│
                        └──────────────┘
                        └──────────────
```

### GitOps Model
@@ -327,10 +327,6 @@ logging:
    org.apache.camel: INFO
```

### Health Check

ActiveMQ console available at: http://localhost:8161/console

## Docker Deployment

### Build Docker Image