Module controller::app_service::types
source · Structs§
- AppService significantly extends the functionality of your Tembo Postgres instance by running tools and software built by the Postgres open source community.
- Probes are used to determine the health of a container. You define this in the same manner as you would for all Kubernetes containers. See the Kubernetes docs.
- Routing is used if there is a routing port, then a service is created using that Port when ingress_path is present, an ingress is created. Otherwise, no ingress is created
- StorageConfig is used to configure the storage for the appService. This uses the
Volume
andVolumeMount
types from the Kubernetes API.
Enums§
- Midddleware is used to configure the middleware for the appService. This is specifically configured for the ingress controller Traefik.