Add a "ignore" label to skip a service

This commit is contained in:
2022-05-05 10:22:02 +02:00
parent 910933e5f3
commit 053292f37c
4 changed files with 80 additions and 47 deletions

View File

@@ -166,6 +166,7 @@ services:
These labels could be found by `katenary show-labels`, and can be placed as "labels" inside your docker-compose file:
```
katenary.io/ignore : ignore the container, it will not yied any object in the helm chart
katenary.io/secret-envfiles : set the given file names as a secret instead of configmap
katenary.io/ports : set the ports to expose as a service (coma separated)
katenary.io/ingress : set the port to expose in an ingress (coma separated)