From 7f6d459a25d4d85320d16df70d402076a6f6f03d Mon Sep 17 00:00:00 2001 From: Jaro Rivera Date: Wed, 31 Aug 2022 15:21:00 -0400 Subject: [PATCH] test --- .../kustomizations/kustomization-metallb.yaml | 4 ++-- traefik/ingress.yaml | 21 ------------------- 2 files changed, 2 insertions(+), 23 deletions(-) delete mode 100644 traefik/ingress.yaml diff --git a/bootstrap/kustomizations/kustomization-metallb.yaml b/bootstrap/kustomizations/kustomization-metallb.yaml index e6c593c..1313f82 100644 --- a/bootstrap/kustomizations/kustomization-metallb.yaml +++ b/bootstrap/kustomizations/kustomization-metallb.yaml @@ -5,7 +5,7 @@ metadata: namespace: flux-system spec: interval: 15m - path: ./metallb-system + path: metallb-system prune: true # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: @@ -16,4 +16,4 @@ spec: - apiVersion: apps/v1 kind: Deployment name: controller - namespace: metallb-system \ No newline at end of file + namespace: metallb-systemf \ No newline at end of file diff --git a/traefik/ingress.yaml b/traefik/ingress.yaml deleted file mode 100644 index c63b40c..0000000 --- a/traefik/ingress.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: traefik.containo.us/v1alpha1 -kind: IngressRoute -metadata: - name: traefik-dashboard - namespace: traefik - annotations: - kubernetes.io/ingress.class: traefik-external -spec: - entryPoints: - - websecure - routes: - - match: Host(`traefik.k3s.securait.local`) - kind: Rule - middlewares: - - name: traefik-dashboard-basicauth - namespace: traefik - services: - - name: api@internal - kind: TraefikService - tls: - secretName: local-example-com-staging-tls \ No newline at end of file