haproxy ingress

This commit is contained in:
Victor Barba Martin 2021-10-28 20:53:31 +02:00
parent 17ad4b02c9
commit 0e4ec72570
3 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,21 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ingress-haproxy
spec:
destination:
name: ''
namespace: haproxy-ingress
server: 'https://kubernetes.default.svc'
source:
path: ''
repoURL: 'https://haproxy-ingress.github.io/charts'
targetRevision: 0.13.4
chart: haproxy-ingress
helm:
valueFiles: []
values: |-
controller:
hostNetwork: true
prometheus-port: "9105"
project: default

View File

@ -4,4 +4,5 @@ kind: Kustomization
resources:
- argocd.yaml
- cert-manager.yaml
- cert-manager.yaml
- haproxy-ingress.yaml

View File

@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- argocd.yaml
- cert-manager.yaml