initial migration
This commit is contained in:
		
							
								
								
									
										16
									
								
								apps/whoami/base/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								apps/whoami/base/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| apiVersion: traefik.containo.us/v1alpha1 | ||||
| kind: IngressRoute | ||||
| metadata: | ||||
|   namespace: whoami | ||||
|   name: whoami-ingressroute | ||||
| spec: | ||||
|   entryPoints: | ||||
|     - websecure | ||||
|   routes: | ||||
|   - match: Host(`whoami.kluster.moll.re`) | ||||
|     kind: Rule | ||||
|     services: | ||||
|     - name: whoami | ||||
|       port: 80 | ||||
|   tls: | ||||
|     certResolver: default-tls | ||||
		Reference in New Issue
	
	Block a user