k8s_generate_ingress
Generate a Kubernetes Ingress manifest with TLS and routing rules. Provide app name, hostname, and service port to create the YAML.
Instructions
Generate a Kubernetes Ingress manifest with TLS and routing rules
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| app_name | Yes | Name of the application | |
| hostname | Yes | Hostname for the ingress rule | |
| tls_enabled | No | Enable TLS (default true) | |
| service_port | No | Backend service port |