lldap: add new service for LDAP
This commit is contained in:
		
							
								
								
									
										26
									
								
								kubernetes/traefik/traefik-values.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								kubernetes/traefik/traefik-values.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,26 @@ | ||||
| USER-SUPPLIED VALUES: | ||||
| deployment: | ||||
|   podAnnotations: | ||||
|     prometheus.io/port: "8082" | ||||
|     prometheus.io/scrape: "true" | ||||
| global: | ||||
|   systemDefaultRegistry: "" | ||||
| image: | ||||
|   repository: rancher/mirrored-library-traefik | ||||
|   tag: 2.11.8 | ||||
| priorityClassName: system-cluster-critical | ||||
| providers: | ||||
|   kubernetesIngress: | ||||
|     publishedService: | ||||
|       enabled: true | ||||
| service: | ||||
|   ipFamilyPolicy: PreferDualStack | ||||
| tolerations: | ||||
|   - key: CriticalAddonsOnly | ||||
|     operator: Exists | ||||
|   - effect: NoSchedule | ||||
|     key: node-role.kubernetes.io/control-plane | ||||
|     operator: Exists | ||||
|   - effect: NoSchedule | ||||
|     key: node-role.kubernetes.io/master | ||||
|     operator: Exists | ||||
		Reference in New Issue
	
	Block a user