From 3225c17b4ad78af26e9d0bb0bee79d30ddfbd8ef Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Thu, 11 Dec 2025 07:46:49 +0100 Subject: [PATCH] fix ingressroute service --- plausible/kustomization.yaml | 2 ++ plausible/plausibleValues.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plausible/kustomization.yaml b/plausible/kustomization.yaml index af9b451..9817006 100644 --- a/plausible/kustomization.yaml +++ b/plausible/kustomization.yaml @@ -2,12 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: tools +# https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_ helmCharts: - name: plausible repo: https://charts.pascaliske.dev version: 2.0.0 releaseName: plausible valuesFile: plausibleValues.yaml + namespace: tools patches: - target: diff --git a/plausible/plausibleValues.yaml b/plausible/plausibleValues.yaml index b4ab013..d8c1755 100644 --- a/plausible/plausibleValues.yaml +++ b/plausible/plausibleValues.yaml @@ -58,7 +58,7 @@ ingressRoute: # -- List of [entry points](https://doc.traefik.io/traefik/routing/routers/#entrypoints) on which the ingress route will be available. entryPoints: [websecure] # -- [Matching rule](https://doc.traefik.io/traefik/routing/routers/#rule) for the underlying router. - rule: 'Host(analytics.arcodange.duckdns.org)' + rule: Host(`analytics.arcodange.duckdns.org`) # -- List of [middleware objects](https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-middleware) for the ingress route. middlewares: - name: localIp@file