Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

F dev local #233

Merged
merged 5 commits into from
Aug 22, 2023
Merged

F dev local #233

merged 5 commits into from
Aug 22, 2023

Conversation

nicholasjackson
Copy link
Contributor

  • Add ability to expose a local application as a Kubernetes service
resource "ingress" "local_app_to_k8s" {
  port         = variable.container_port
  expose_local = true

  target {
    resource = resource.k8s_cluster.dev
    port     = 9090

    config = {
      service = "local-app"
    }
  }
}
  • Ensure that Kubernetes Jobs are refreshed when the underlying config changes
  • Ensure that Copied Images for Kubernetes are updated when the underlying image changes

@nicholasjackson nicholasjackson merged commit c25e0ff into main Aug 22, 2023
27 checks passed
@eveld eveld deleted the f-dev-local branch October 31, 2023 13:21
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.

1 participant