1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-05 10:55:17 +02:00

fix: update readme with kubernetes change

This commit is contained in:
Devin Buhl 2022-01-09 12:33:21 -05:00 committed by GitHub
parent aae95591de
commit a422dd27f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,15 +214,16 @@ curl http://${IP}:${PORT}/version
### Kubernetes integration
In order to use the Kubernetes integration, each ingress must have the following annotations:
In order to use the Kubernetes integration, configure the annotations on the ingress:
```yml
metadata:
annotations:
- flame.pawelmalak/type=application # "app" works too
- flame.pawelmalak/name=My container
- flame.pawelmalak/url=https://example.com
- flame.pawelmalak/icon=icon-name # optional, default is "kubernetes"
- flame.pawelmalak/enabled=true # required
- flame.pawelmalak/type=application # optional, defaults to application
- flame.pawelmalak/name=My container # optional, defaults to ingress name
- flame.pawelmalak/url=https://example.com # optional, defaults to ingress host or ingress tls host
- flame.pawelmalak/icon=icon-name # optional, defaults to "kubernetes"
```
> "Use Kubernetes Ingress API" option must be enabled for this to work. You can find it in Settings > Docker