SaaSHub helps you find the best software and product alternatives Learn more →
Mustache argoproj Projects
-
Project mention: Local Kubernetes Cluster - External traffic without Ingress Using Kftray | dev.to | 2024-09-30
locals { services = { argocd = { namespace = "argocd" repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" version = var.argocd_chart_version kftray = { server = { alias = "argocd" local_port = "16080" target_port = "http" } } } # ... other services ... } services_values = { for service_name, service in local.services : service_name => templatefile("${path.module}/templates/${service_name}-values.yaml.tpl", { kftray = service.kftray }) } }
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
Mustache argoproj discussion
Mustache argoproj related posts
-
Local Kubernetes Cluster - External traffic without Ingress Using Kftray
-
Installing ArgoCD and Securing Access Using Amazon Cognito
-
GitOps + ArgoCD: A Perfect Match for Kubernetes Continuous Delivery
-
Installing multiple helm charts in one go [Approach 3 - using simple bash utility]
-
Using ArgoCD & Terraform to Manage Kubernetes Cluster
-
Using ArgoCD Image Updater with ACR
-
Introducing ArgoCD: A GitOps Approach to Continuous Deployment
-
A note from our sponsor - SaaSHub
www.saashub.com | 6 Dec 2024
Index
Project | Stars | |
---|---|---|
1 | argo-helm | 1,785 |