fix ingressroute service
This commit is contained in:
@@ -2,12 +2,14 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: tools
|
namespace: tools
|
||||||
|
|
||||||
|
# https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: plausible
|
- name: plausible
|
||||||
repo: https://charts.pascaliske.dev
|
repo: https://charts.pascaliske.dev
|
||||||
version: 2.0.0
|
version: 2.0.0
|
||||||
releaseName: plausible
|
releaseName: plausible
|
||||||
valuesFile: plausibleValues.yaml
|
valuesFile: plausibleValues.yaml
|
||||||
|
namespace: tools
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
|
|||||||
@@ -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.
|
# -- List of [entry points](https://doc.traefik.io/traefik/routing/routers/#entrypoints) on which the ingress route will be available.
|
||||||
entryPoints: [websecure]
|
entryPoints: [websecure]
|
||||||
# -- [Matching rule](https://doc.traefik.io/traefik/routing/routers/#rule) for the underlying router.
|
# -- [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.
|
# -- List of [middleware objects](https://doc.traefik.io/traefik/routing/providers/kubernetes-crd/#kind-middleware) for the ingress route.
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: localIp@file
|
- name: localIp@file
|
||||||
|
|||||||
Reference in New Issue
Block a user