Files
apps
components
infrastructure
01-metallb
02-argocd
03-traefik
04-rook-ceph
05-authentik
06-sealed-secrets
07-prometheus
0-argo-cd-ui-ingress.yaml
00-default-setup.sh
projects
.gitignore
kubedeploy.code-workspace
kubedeploy-k3s/infrastructure/0-argo-cd-ui-ingress.yaml

16 lines
273 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: argocd-ui
namespace: argocd
spec:
entryPoints:
- websecure-local
tls: {}
routes:
- match: Host(`argocd.steffenillium.de`)
kind: Rule
services:
- name: argocd-server
port: 80