haproxy ingress
This commit is contained in:
parent
17ad4b02c9
commit
0e4ec72570
|
|
@ -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
|
||||
|
|
@ -4,4 +4,5 @@ kind: Kustomization
|
|||
|
||||
resources:
|
||||
- argocd.yaml
|
||||
- cert-manager.yaml
|
||||
- cert-manager.yaml
|
||||
- haproxy-ingress.yaml
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- argocd.yaml
|
||||
- cert-manager.yaml
|
||||
Loading…
Reference in New Issue