Files
harmony/examples/gitea/Cargo.toml
Sylvain Tremblay 9b7d0ac53e feat(gitea): add example deploying gitea against K8sAnywhereTopology
Mirrors the grafana example shape: env.sh sets the harmony_config
namespace + a local sqlite store, main.rs composes a single
gitea_helm_chart_score and hands it to harmony_cli::run.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 09:02:14 -04:00

13 lines
261 B
TOML

[package]
name = "example-gitea"
edition = "2024"
version.workspace = true
readme.workspace = true
license.workspace = true
publish = false
[dependencies]
harmony = { path = "../../harmony" }
harmony_cli = { path = "../../harmony_cli" }
tokio.workspace = true