Files
harmony/examples/gitea/env.sh
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

6 lines
202 B
Bash

export HARMONY_SECRET_NAMESPACE=example-gitea
export HARMONY_SECRET_STORE=file
export HARMONY_DATABASE_URL=sqlite://harmony_gitea.sqlite
export RUST_LOG=harmony=debug
export HARMONY_USE_LOCAL_K3D=false