trying out argocd bootstrapping
This commit is contained in:
		
							
								
								
									
										19
									
								
								infrastructure/argocd/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								infrastructure/argocd/ingress.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| --- | ||||
| apiVersion: traefik.containo.us/v1alpha1 | ||||
| kind: IngressRoute | ||||
| metadata: | ||||
|     name: argocd-ingressroute | ||||
|  | ||||
| spec: | ||||
|     entryPoints: | ||||
|         - websecure | ||||
|     routes: | ||||
|  | ||||
|         - match: Host(`argocd.kluster.moll.re`) | ||||
|           kind: Rule | ||||
|           services: | ||||
|               - name: argocd-server | ||||
|                 port: 443 | ||||
|  | ||||
|     tls: | ||||
|         certResolver: default-tls | ||||
		Reference in New Issue
	
	Block a user