Obico¶
Obico is a community-built, open-source smart 3D printing platform used by makers, enthusiasts, and tinkerers around the world.
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Source Code¶
Requirements¶
Kubernetes: >=1.22.0-0
Dependencies¶
Repository | Name | Version |
---|---|---|
https://bjw-s.github.io/helm-charts | common | 1.5.1 |
https://charts.bitnami.com/bitnami | redis | 18.6.4 |
Installing the Chart¶
To install the chart with the release name obico
OCI (Recommended)¶
Traditional¶
Uninstalling the Chart¶
To uninstall the obico
deployment
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Configuration¶
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the bjw-s common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
Custom configuration¶
N/A
Values¶
Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here
Key | Type | Default | Description |
---|---|---|---|
ml-api.command | list | See values.yaml | Command to run ML API. |
ml-api.controller.strategy | string | "RollingUpdate" | Set the ML API upgrade strategy |
ml-api.env.DEBUG | string | "True" | Enables debug logging |
ml-api.image.pullPolicy | string | "IfNotPresent" | ML API image pull policy |
ml-api.image.repository | string | "ghcr.io/gabe565/obico/ml-api" | ML API image repository |
ml-api.image.tag | string | chart.appVersion | ML API image tag |
ml-api.service | object | See values.yaml | Configures service settings for the ML API. |
podSecurityContext.fsGroup | int | 65534 | Volume binds will be granted to nobody group |
podSecurityContext.runAsGroup | int | 65534 | Run as nobody group |
podSecurityContext.runAsUser | int | 65534 | Run as nobody user |
redis | object | See values.yaml | Enable and configure redis subchart under this key. [ref] |
server.additionalContainers.tasks.command | list | See values.yaml | Task command. |
server.command | list | See values.yaml | Command to run Obico server. |
server.env | string | See values.yaml | Server environment variables. [ref] |
server.image.pullPolicy | string | "IfNotPresent" | Server image pull policy |
server.image.repository | string | "ghcr.io/gabe565/obico/web" | Server image repository |
server.image.tag | string | chart.appVersion | Server image tag |
server.ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
server.initContainers.collectstatic.command | list | See values.yaml | Static asset generation command. |
server.initContainers.migrate.command | list | See values.yaml | Database migration command. |
server.persistence.data | object | See values.yaml | Data persistence config. |
server.persistence.media | object | See values.yaml | Media persistence config. |
server.persistence.static | object | See values.yaml | Static asset persistence config. |
server.service | object | See values.yaml | Configures service settings for the ML API. |
Autogenerated from chart metadata using helm-docs