Files
katenary/examples/basic
Patrice Ferlet 7b774e84d8 Develop (#3)
* Update command added
* Ensure that the upgraded version is really greater
* Update command should not update prerelease
* Minor presentation changes
* Fix command generation in containers from docker-compose file
- Refactored service creation
* Place the full command to the "cmd" package
* Update cobra to v1.4.0
* Updated build and release creation
* Created an install script
* Add more doc
* Add some tests...
* Add a test directive in Makefile
2022-03-31 14:12:20 +02:00
..
2022-02-17 11:48:33 +01:00
2022-03-31 14:12:20 +02:00
2022-02-17 11:48:33 +01:00

Basic example

This is a basic example of what can do Katenary with standard docker-compose file.

In this example:

  • depends_on yield a initContainer in the webapp ddeployment to wait for database
  • so we need to declare the listened port inside database container as we don't use it with docker-compose- also, we needed to declare that DB_HOST is actually a service name

Take a look on chart/basic directory to see what katenary convert command has generated.