add traefik
This commit is contained in:
parent
27a821d67a
commit
862c914468
7 changed files with 105 additions and 0 deletions
|
@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
kind: Kustomization
|
||||
resources:
|
||||
- metallb-charts.yaml
|
||||
- traefik-charts.yaml
|
||||
|
|
10
cluster/base/flux-system/charts/helm/traefik-charts.yaml
Normal file
10
cluster/base/flux-system/charts/helm/traefik-charts.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: traefik-charts
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 15m
|
||||
url: https://helm.traefik.io/traefik
|
||||
timeout: 3m
|
Loading…
Add table
Add a link
Reference in a new issue