From 87fa9d0efa199467ed597138afad852f8155f04c Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Mon, 8 Jul 2024 23:09:24 -0400 Subject: [PATCH] whoops --- cluster/apps/production/bazarr/bazarr.yaml | 2 +- cluster/infra/flux-secret-map.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/production/bazarr/bazarr.yaml b/cluster/apps/production/bazarr/bazarr.yaml index fc1ec84..3ef180b 100644 --- a/cluster/apps/production/bazarr/bazarr.yaml +++ b/cluster/apps/production/bazarr/bazarr.yaml @@ -83,7 +83,7 @@ metadata: kubernetes.io/ingress.class: traefik-external spec: rules: - - host: "bazarr.${LOCAL_DOMAIN}" + - host: "bazarr.mafyuh.com" http: paths: - path: / diff --git a/cluster/infra/flux-secret-map.yaml b/cluster/infra/flux-secret-map.yaml index 57016da..a56be14 100644 --- a/cluster/infra/flux-secret-map.yaml +++ b/cluster/infra/flux-secret-map.yaml @@ -5,7 +5,7 @@ metadata: namespace: flux-system spec: interval: 10m0s - path: ./apps + path: ./cluster/apps prune: true sourceRef: kind: GitRepository