apicurio-registry-helm
apicurio-registry-helm copied to clipboard
Ultimate Helm chart for Apicurio Registry
Ultimate Helm chart for Apicurio Registry
Installation
apicurio-registry
chart is published into OCI compatible registry
and requires Helm version >= 3.8.
It's recommended to install Apicurio Registry into a dedicated namespace.
To install specific VERSION
use following command.
helm upgrade -i --wait --create-namespace -n apicurio apicurio-registry \
oci://ghcr.io/eshepelyuk/helm/apicurio-registry --version <VERSION>
To install the latest version - omit --version
flag from previous command.
Access Apicuruio Registry UI
- Forward local port to installed registry instance
kubectl port-forward service/myreg-apicurio-registry 8080:8080
-
Open your browser at
http://localhost:8080
Configuration
Chart parameters can be configured via Helm values files.
Check out values schema for the available configuration options.
Contribution
Your contributions like feature suggesstions, bug reports and pull requests are always welcomed.
Please check CONTRIBUTING guide for details.