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