From 788f4b8e8ecf257f3c802cf61a846925c4ea7808 Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Tue, 16 Nov 2021 00:24:25 +0100 Subject: [PATCH] remove haproxy ingress --- .../templates/haproxy-ingress.yaml | 36 ------------------- 1 file changed, 36 deletions(-) delete mode 100644 k8s/applications/templates/haproxy-ingress.yaml diff --git a/k8s/applications/templates/haproxy-ingress.yaml b/k8s/applications/templates/haproxy-ingress.yaml deleted file mode 100644 index 39d6823..0000000 --- a/k8s/applications/templates/haproxy-ingress.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: haproxy-ingress -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: - # parameters: - # - name: controller.hostNetwork - # value: 'true' - # valueFiles: [] - # values: |- - # controller: - # hostNetwork: true - # prometheus-port: "9105" - project: default - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: - prune: true - allowEmpty: false - retry: - limit: 5 - backoff: - duration: 5s - factor: 2 - maxDuration: 3m \ No newline at end of file