namespacelabs/Expose Kubernetes Action
Expose a Kubernetes App from Namespace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| instance-id | Identifier of the Namespace Instance. | yes | "" |
| namespace | Namespace of the service load balancer to expose. | yes | "" |
| service | Name of the service load balancer to expose. | yes | "" |
| port | Which exported Load Balancer port to expose. | no | "" |
| name | If specified, set the name of the exposed ingress. | no | "" |
| ingress | Specify ingress rules. Separate each rule with `,`. | no | "" |
| wildcard | If set to 'true', expose the service load balancer under a wildcard ingress. | no | "" |
Outputs
| name | description |
|---|---|
| preview-url | URL of the exposed preview. |
| access-token | Bearer token to access the exposed preview from HTTP. |