Skip to content

update ingress values and implementation#1142

Merged
jfallows merged 1 commit into
developfrom
helm-ingress
Jul 14, 2024
Merged

update ingress values and implementation#1142
jfallows merged 1 commit into
developfrom
helm-ingress

Conversation

@vordimous

@vordimous vordimous commented Jul 11, 2024

Copy link
Copy Markdown
Contributor

Description

This improves the ingress controller to allow for managing ingress without a host specified. It also enables defining paths that can map to different ports down to the K8s zilla service. Additionally, it supports backward-compatible K8s versions of ingress.

Notes output with multiple ingress paths defined:

Zilla is available through an ingress controller at the base url(s):
  http://localhost/api
  http://localhost/ui

Notes output when no ingress is configured, the command dynamically forwards any exposed Zilla service ports:

Connect to Zilla by running these commands:
  export SERVICE_PORTS=$(kubectl get svc --namespace $namespace $service_name --template "{{ range .spec.ports }}{{.port}} {{ end }}")
  eval "kubectl port-forward --namespace $namespace service/$service_name $SERVICE_PORTS"

@vordimous vordimous marked this pull request as ready for review July 14, 2024 16:19
@vordimous vordimous requested a review from jfallows July 14, 2024 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants