19 lines
		
	
	
		
			590 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			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: 37.1.2
 | |
|     valuesFile: values.yaml
 | |
|     repo: https://traefik.github.io/charts
 |