Files
apps
infrastructure
argocd
backup
external
external-dns
gitea
metallb-system
nfs-provisioner
pg-ha
prometheus
renovate
sealedsecrets
traefik-system
configmap.yaml
kustomization.yaml
namespace.yaml
pvc.yaml
servicemonitor.yaml
values.yaml
kluster-deployments
.gitignore
README.md
renovate.json
k3s-infra/infrastructure/traefik-system/kustomization.yaml
2024-09-13 11:49:13 +02:00

19 lines
590 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pvc.yaml
- configmap.yaml
- servicemonitor.yaml
- https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml
- https://raw.githubusercontent.com/traefik/traefik/v3.0/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml
namespace: traefik-system
helmCharts:
- name: traefik
releaseName: traefik
version: 31.0.0
valuesFile: values.yaml
repo: https://traefik.github.io/charts