n8n-kubernetes-hosting icon indicating copy to clipboard operation
n8n-kubernetes-hosting copied to clipboard

Results 3 n8n-kubernetes-hosting issues
Sort by recently updated
recently updated
newest added

Allow optional configuration of ingress Kubernetes resource for the main n8n service, and the webhook service. Signed-off-by: Ionut Balutoiu

Companion PR to https://github.com/n8n-io/n8n-docs/pull/1352

By adding the `kustomization.yaml` we allow this repository be to easily patched via `kustomize` (also embedded on `kubectl`) to adjust settings for different environments. ## Extending via `kustomization.yaml` A consumer...