Skip to content

Terraform code to add weaveworks flux as a module for existing k8s cluster

Notifications You must be signed in to change notification settings

yellowmegaman/terraform-google-flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Weaveworks flux deployment template

For use with terraform kubernetes provider

Usage:

module "flux" {
  source  = "yellowmegaman/flux/google"
  version = "0.1.0"
  cluster_name = google_container_cluster.mycluster.name
  ingress_ip = google_compute_address.my-static-ip-for-mycluster.address
}

About

Terraform code to add weaveworks flux as a module for existing k8s cluster

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages