mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
Add traefik crds
This commit is contained in:
16
infrastructure/controllers/traefik/crds.yaml
Normal file
16
infrastructure/controllers/traefik/crds.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
# /infrastructure/controllers/traefik/crds.yaml
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta1
|
||||
kind: GitRepository
|
||||
metadata:
|
||||
name: traefik-crds
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 30m
|
||||
url: https://github.com/traefik/traefik-helm-chart.git
|
||||
ref:
|
||||
tag: v33.2.1
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
# path to crds
|
||||
!/traefik/crds/
|
||||
@@ -5,6 +5,7 @@ resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- release.yaml
|
||||
- crds.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: traefik-prod-values
|
||||
|
||||
Reference in New Issue
Block a user