Files
ovirt-api-simulator/helm/ovirt-api-simulator
Sergey Antropoff 5650c0dc0f Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.
Ship Harbor/Hub push with latest+version tags, deploy to ovirt.devops.org.ru, and show the package version badge in Help → About.
2026-07-28 00:56:52 +03:00
..

Language / Язык: English | Русский

Helm chart: ovirt-api-simulator

Installs the simulator Deployment (port 8080), optional bundled PostgreSQL, migrate initContainer, and optional seed Job.

helm upgrade --install ovirt-sim . \
  -n ovirt-sim --create-namespace \
  --set image.repository=inecs/ovirt-api-simulator \
  --set image.tag=0.1.0 \
  --set config.ovirtSeries=4.5 \
  --set seed.profile=minimal \
  --set secrets.ticketSigningKey="$(openssl rand -hex 32)"

Access via port-forward to Service :8080 (Engine API, SSO, Web UI, /docs), or enable Ingress with values-ingress-example.yaml.

Full guide: docs/kubernetes.md.
Values: values.yaml.