ingress_update
Update an existing Kubernetes Ingress to set a new host, backend service name, and port in a specified namespace.
Instructions
Update an existing Ingress in the specified namespace.
Args: context_name: The Kubernetes context name namespace: The Kubernetes namespace name: The Ingress name host: The new host for the Ingress service_name: The new backend service name service_port: The new backend service port
Returns: Status of the update operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| namespace | Yes | ||
| context_name | Yes | ||
| service_name | Yes | ||
| service_port | Yes |