mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +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
|
- namespace.yaml
|
||||||
- repository.yaml
|
- repository.yaml
|
||||||
- release.yaml
|
- release.yaml
|
||||||
|
- crds.yaml
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: traefik-prod-values
|
- name: traefik-prod-values
|
||||||
|
|||||||
Reference in New Issue
Block a user