5650c0dc0f
Ship Harbor/Hub push with latest+version tags, deploy to ovirt.devops.org.ru, and show the package version badge in Help → About.
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.