Skip to content

Instantly share code, notes, and snippets.

@jengo
Created December 17, 2025 19:24
Show Gist options
  • Select an option

  • Save jengo/44d0d36be6c72431f639ba736160978c to your computer and use it in GitHub Desktop.

Select an option

Save jengo/44d0d36be6c72431f639ba736160978c to your computer and use it in GitHub Desktop.
Deploy haproxy kubernetes to ArgoCD
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: haproxy
namespace: argocd
spec:
destination:
namespace: haproxy
server: https://kubernetes.default.svc
project: infrastructure
source:
chart: kubernetes-ingress
repoURL: https://haproxytech.github.io/helm-charts
targetRevision: 1.*.*
syncPolicy:
automated:
enabled: true
syncOptions:
- CreateNamespace=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment