add argocd ingressroute

This commit is contained in:
Mans Ziesel 2024-10-25 19:17:42 +02:00
parent a58dbed9b9
commit 925ee5517a
2 changed files with 15 additions and 3 deletions

View File

@ -0,0 +1,12 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: argo-cd-ingressroute
spec:
routes:
- match: Host(`argocd.mziesel.nl`)
kind: Rule
services:
- name: argocd-server
port: 443
tls: {}

View File

@ -4,6 +4,6 @@ kind: Kustomization
namespace: argocd
resources:
- base/argo-cd-namespace.yaml
- base/argo-cd-app-of-apps.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/ha/install.yaml
- base/argo-cd-namespace.yaml
- base/argo-cd-app-of-apps.yaml