nodeselector pathces
This commit is contained in:
15
infrastructure/0-argo-cd-ui-ingress.yaml
Normal file
15
infrastructure/0-argo-cd-ui-ingress.yaml
Normal 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
|
Reference in New Issue
Block a user