nodeselector pathces

This commit is contained in:
2024-03-28 21:14:20 +01:00
parent 7393552809
commit cc860d1fc9
26 changed files with 187 additions and 7 deletions

View File

@ -0,0 +1,15 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: argocd-ui
namespace: argocd
spec:
entryPoints:
- web
- websecure
routes:
- match: Host(`argocd.steffenillium.de`)
kind: Rule
services:
- name: argocd-server
port: 80