Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifjohansen committed Nov 15, 2024
1 parent a7a471f commit e6cda99
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# ingress-collector
Small application that collect ingresses from a kubernetes cluster and push them to a REST endpoint
on `amplitude-proxy`

Small application that collect ingresses from a kubernetes cluster and push them to a REST endpoint on `amplitude-proxy` and `amplitrude-proxy`

## Inspiration

https://github.com/navikt/naisflow-decorators

## Contract

Post an array containing all entries at one endpoint:
endpoint `PUT /ingresses/{collector}` this will reset all
entries for this cluster(?). Typical at collector startup.
After this changes can be pushed to the endpoint with
After this changes can be pushed to the endpoint with
`PATCH /ingresses/{collector}`

```json
Expand All @@ -31,14 +32,7 @@ After this changes can be pushed to the endpoint with
```

### Docker

```
docker-compose up -d --remove-orphans --build
```








0 comments on commit e6cda99

Please sign in to comment.