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